# HG changeset patch # User Alexandre Fayolle # Date 1301493070 -7200 # Node ID db63a05b260e6259e1ba79d3bbdc801364c70b4f # Parent 215275be4877847aa1642988cff65bd205d49da0 fix test_knownValues_load_schema diff -r 215275be4877 -r db63a05b260e test/unittest_schema.py --- 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()])