test/unittest_schema.py
changeset 7147 db63a05b260e
parent 6957 ffda12be2e9f
child 7152 39c1ffc7d93f
--- a/test/unittest_schema.py	Wed Mar 30 15:44:26 2011 +0200
+++ b/test/unittest_schema.py	Wed Mar 30 15:51:10 2011 +0200
@@ -169,7 +169,7 @@
                              'Password', 'Personne',
                              'RQLExpression',
                              'Societe', 'State', 'StateFull', 'String', 'SubNote', 'SubWorkflowExitPoint',
-                             'Tag', 'Time', 'Transition', 'TrInfo',
+                             'TZDatetime', 'TZTime', 'Tag', 'Time', 'Transition', 'TrInfo',
                              'Workflow', 'WorkflowTransition']
         self.assertListEqual(sorted(expected_entities), entities)
         relations = sorted([str(r) for r in schema.relations()])