diff -r c1a85c1ce131 -r b0b0f097a72d sobjects/test/unittest_notification.py --- 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):