From 58dac3b05024318602c0fe6a915c421d7c341c5f Mon Sep 17 00:00:00 2001 From: Damien Laniel Date: Mon, 5 Nov 2007 10:55:59 +0000 Subject: [PATCH] removed a useless tab --- python/tests/idwsf1_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')