self.assertEqual(params,{'__message':u'Congratulations, your registration is complete. Welcome %(firstname-subject)s %(surname-subject)s !'%self.data})
self.assertMessageEqual(req,params,'Congratulations, your registration is complete. Welcome %(firstname-subject)s %(surname-subject)s !'%self.data)
self.restore_connection()
rset=self.execute('Any U WHERE U login %(login)s, U firstname %(firstname)s, '
'U surname %(surname)s, U use_email M, M address %(email_address)s',
...
...
@@ -127,24 +128,6 @@ class RegistrationTC(CubicWebTC):