test/unittest_schema.py
changeset 7166 dde161937d3e
parent 7152 39c1ffc7d93f
child 7426 254bc099db1a
--- a/test/unittest_schema.py	Fri Apr 01 14:38:16 2011 +0200
+++ b/test/unittest_schema.py	Fri Apr 01 15:04:47 2011 +0200
@@ -169,7 +169,7 @@
                              'Password', 'Personne',
                              'RQLExpression',
                              'Societe', 'State', 'StateFull', 'String', 'SubNote', 'SubWorkflowExitPoint',
-                             'TZDatetime', 'TZTime', 'Tag', 'Time', 'Transition', 'TrInfo',
+                             'Tag', 'TZDatetime', 'TZTime', 'Time', 'Transition', 'TrInfo',
                              'Workflow', 'WorkflowTransition']
         self.assertListEqual(sorted(expected_entities), entities)
         relations = sorted([str(r) for r in schema.relations()])