clean up tests

This commit is contained in:
Tim Bentley 2013-12-06 19:07:02 +00:00
parent d0a9423982
commit 9fd590bb70

View File

@ -33,7 +33,6 @@ import os
from unittest import TestCase
from tempfile import mkstemp
from openlp.core.common import AppLocation, get_frozen_path
from openlp.core.common import Settings
from openlp.core.ui import ThemeManagerHelper
from tests.functional import patch, MagicMock
@ -96,4 +95,5 @@ class TestThemeManagerHelper(TestCase):
self.helper.build_theme_path()
# THEN:
A=1
self.assertEqual(self.helper.path, self.helper.theme_form.path,
'The theme path and the main path should be the same value')