diff --git a/test_scour.py b/test_scour.py index 549333f..76f1983 100755 --- a/test_scour.py +++ b/test_scour.py @@ -606,7 +606,6 @@ def runTest(self): break self.assertEqual(True, FoundNamespace, "Did not find Inkscape namespace declaration when using --keep-editor-data") - return False class KeepSodipodiNamespaceDeclarationsWhenKeepEditorData(unittest.TestCase): @@ -622,7 +621,6 @@ def runTest(self): break self.assertEqual(True, FoundNamespace, "Did not find Sodipodi namespace declaration when using --keep-editor-data") - return False class KeepReferencedFonts(unittest.TestCase):