From 150ced331bb9ee6517f2a1faabf8de0bf1ec0c9e Mon Sep 17 00:00:00 2001 From: Raoul Snyman Date: Sat, 7 May 2016 18:15:02 +0200 Subject: [PATCH] Fix test after backport from trunk --- tests/functional/openlp_core_ui/test_generaltab.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/functional/openlp_core_ui/test_generaltab.py b/tests/functional/openlp_core_ui/test_generaltab.py index 2bef35b5a..9940342f4 100644 --- a/tests/functional/openlp_core_ui/test_generaltab.py +++ b/tests/functional/openlp_core_ui/test_generaltab.py @@ -50,8 +50,6 @@ class TestGeneralTab(TestCase): general_tab = GeneralTab(None) # THEN: Various member variables should be initialised - self.assertEqual(':/graphics/openlp-splash-screen.png', general_tab.logo_file, 'The logo_file should be set') - self.assertEqual('#ffffff', general_tab.logo_background_color, 'The logo background colour should be set') self.assertEqual(mocked_screen_list, general_tab.screens) self.assertEqual(':/icon/openlp-logo-16x16.png', general_tab.icon_path)