changeset 7980 | c85bea091a6c |
parent 7791 | 31bb51ea5485 |
child 8931 | 4b195bd82e8b |
--- a/sobjects/test/unittest_notification.py Fri Oct 21 09:24:29 2011 +0200 +++ b/sobjects/test/unittest_notification.py Fri Oct 21 09:24:48 2011 +0200 @@ -99,7 +99,7 @@ url: http://testing.fr/cubicweb/cwuser/toto ''') - self.assertEqual(email.subject, 'status changed cwuser #%s (admin)' % u.eid) + self.assertEqual(email.subject, 'status changed CWUser #%s (admin)' % u.eid) if __name__ == '__main__': unittest_main()