summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rwxr-xr-xpython/tests/idwsf1_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/tests/idwsf1_tests.py b/python/tests/idwsf1_tests.py
index c8c10622..5a0214fd 100755
--- a/python/tests/idwsf1_tests.py
+++ b/python/tests/idwsf1_tests.py
@@ -246,7 +246,7 @@ class IdWsf1TestCase(unittest.TestCase):
self.failUnless(wsp_service.resourceData == new_full_data)
wsc_service.processModifyResponseMsg(wsp_service.msgBody)
-
+
idWsf1Suite = unittest.makeSuite(IdWsf1TestCase, 'test')