# HG changeset patch # User RĂ©mi Cardona # Date 1434631386 -7200 # Node ID e3c20f4d1a7c0133673f5fb97f68ecfb2e7d434c # Parent 4f41eb2f06bcabd43e108f5b79e0f6d141eb19ac [test] typo in entities test comment diff -r 4f41eb2f06bc -r e3c20f4d1a7c entities/test/unittest_base.py --- a/entities/test/unittest_base.py Thu Jun 18 14:57:55 2015 +0200 +++ b/entities/test/unittest_base.py Thu Jun 18 14:43:06 2015 +0200 @@ -146,7 +146,7 @@ def test_allowed_massmail_keys(self): with self.admin_access.repo_cnx() as cnx: e = cnx.execute('CWUser U WHERE U login "member"').get_entity(0, 0) - # Bytes/Password attributes should be omited + # Bytes/Password attributes should be omitted self.assertEqual(e.cw_adapt_to('IEmailable').allowed_massmail_keys(), set(('surname', 'firstname', 'login', 'last_login_time', 'creation_date', 'modification_date', 'cwuri', 'eid'))