From 28a94a06fb44d06d0d497600cf3ab2f51f972a76 Mon Sep 17 00:00:00 2001 From: Tim Bentley Date: Fri, 18 Oct 2013 19:11:17 +0100 Subject: [PATCH] Duplicate line --- tests/functional/openlp_core_lib/test_theme.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/functional/openlp_core_lib/test_theme.py b/tests/functional/openlp_core_lib/test_theme.py index 27097ca29..1ece64b34 100644 --- a/tests/functional/openlp_core_lib/test_theme.py +++ b/tests/functional/openlp_core_lib/test_theme.py @@ -63,7 +63,6 @@ class TestTheme(TestCase): # THEN: We should get some default behaviours self.assertTrue(default_theme.background_border_color == '#000000', 'The theme should have a black border') self.assertTrue(default_theme.background_type == 'solid', 'There theme should have a solid backgrounds') - self.assertTrue(default_theme.background_type == 'solid', 'There theme should have a solid backgrounds') self.assertTrue(default_theme.display_vertical_align == 0, 'There theme should have display_vertical_align of 0') self.assertTrue(default_theme.font_footer_name == "Arial",