From de020abbdcf82645352fb2b1b18068c5adf12b1b Mon Sep 17 00:00:00 2001 From: Damien Laniel Date: Mon, 16 Jul 2007 15:16:53 +0000 Subject: added one error message --- python/tests/idwsf2_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python') diff --git a/python/tests/idwsf2_tests.py b/python/tests/idwsf2_tests.py index 7f9b8992..43711f4d 100755 --- a/python/tests/idwsf2_tests.py +++ b/python/tests/idwsf2_tests.py @@ -1736,7 +1736,7 @@ class DataServiceQueryTestCase(IdWsf2TestCase): if e[0] == lasso.SOAP_FAULT_REDIRECT_REQUEST: pass - self.failUnlessEqual(service.redirectUrl, 'http://sp5/consent') + self.failUnlessEqual(service.redirectUrl, 'http://sp5/consent', 'redirectUrl is not set or wrong') idpSelfRegistrationSuite = unittest.makeSuite(IdpSelfRegistrationTestCase, 'test') -- cgit