changeset 6415 | b0b0f097a72d |
parent 6340 | 470d8e828fda |
child 7244 | a918f76441ce |
--- a/sobjects/test/unittest_notification.py Fri Oct 08 07:55:11 2010 +0200 +++ b/sobjects/test/unittest_notification.py Fri Oct 08 11:11:08 2010 +0200 @@ -58,7 +58,7 @@ def test_nonregr_empty_message_id(self): for eid in (1, 12, 123, 1234): msgid1 = construct_message_id('testapp', eid, 12) - self.assertNotEquals(msgid1, '<@testapp.%s>' % gethostname()) + self.assertNotEqual(msgid1, '<@testapp.%s>' % gethostname()) class RecipientsFinderTC(CubicWebTC):