diff -r e4399a37674e -r 2455cdbeadca test/unittest_schema.py --- a/test/unittest_schema.py Mon Jun 06 15:52:53 2011 +0200 +++ b/test/unittest_schema.py Mon Jun 06 16:13:09 2011 +0200 @@ -158,7 +158,7 @@ self.assert_(isinstance(schema, CubicWebSchema)) self.assertEqual(schema.name, 'data') entities = sorted([str(e) for e in schema.entities()]) - expected_entities = ['BaseTransition', 'Bookmark', 'Boolean', 'Bytes', 'Card', + expected_entities = ['BaseTransition', 'BigInt', 'Bookmark', 'Boolean', 'Bytes', 'Card', 'Date', 'Datetime', 'Decimal', 'CWCache', 'CWConstraint', 'CWConstraintType', 'CWEType', 'CWAttribute', 'CWGroup', 'EmailAddress', 'CWRelation',