added one error message

This commit is contained in:
Damien Laniel 2007-07-16 15:16:53 +00:00
parent 332decdb78
commit de020abbdc
1 changed files with 1 additions and 1 deletions

View File

@ -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')