--- 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()])