diff options
| author | Damien Laniel <dlaniel@entrouvert.com> | 2007-07-16 15:16:53 +0000 |
|---|---|---|
| committer | Damien Laniel <dlaniel@entrouvert.com> | 2007-07-16 15:16:53 +0000 |
| commit | de020abbdcf82645352fb2b1b18068c5adf12b1b (patch) | |
| tree | 8c095443ee312fb04d2bacc2d972f82eb341b737 /python | |
| parent | 332decdb780f0a5b30822ce9bcda7aaf4699c2d4 (diff) | |
| download | lasso-de020abbdcf82645352fb2b1b18068c5adf12b1b.tar.gz lasso-de020abbdcf82645352fb2b1b18068c5adf12b1b.tar.xz lasso-de020abbdcf82645352fb2b1b18068c5adf12b1b.zip | |
added one error message
Diffstat (limited to 'python')
| -rwxr-xr-x | python/tests/idwsf2_tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
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') |
