From 50538d66dbae8d3d6c6d3b758a41d0c81559f8aa Mon Sep 17 00:00:00 2001 From: Andreas Preikschat Date: Tue, 5 Mar 2013 15:44:47 +0100 Subject: [PATCH] removed not needed line --- tests/functional/openlp_core_lib/test_lib.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/functional/openlp_core_lib/test_lib.py b/tests/functional/openlp_core_lib/test_lib.py index 1f09ad75c..9bbce1359 100644 --- a/tests/functional/openlp_core_lib/test_lib.py +++ b/tests/functional/openlp_core_lib/test_lib.py @@ -338,7 +338,6 @@ class TestLib(TestCase): # THEN: The strings should be identical. assert result_string == wanted_string, u'The strings should be identical.' - def validate_thumb_file_does_not_exist_test(self): """ Test the validate_thumb() function when the thumbnail does not exist