fix test broken by addition of new entity in test schema stable
authorAlexandre Fayolle <alexandre.fayolle@logilab.fr>
Thu, 27 Jan 2011 18:29:17 +0100
branchstable
changeset 6910 bab54e22f94d
parent 6909 b8171392de16
child 6911 75849076fd6c
fix test broken by addition of new entity in test schema
test/unittest_schema.py
--- a/test/unittest_schema.py	Thu Jan 27 16:28:00 2011 +0100
+++ b/test/unittest_schema.py	Thu Jan 27 18:29:17 2011 +0100
@@ -168,7 +168,7 @@
                              'ExternalUri', 'File', 'Float', 'Int', 'Interval', 'Note',
                              'Password', 'Personne',
                              'RQLExpression',
-                             'Societe', 'State', 'String', 'SubNote', 'SubWorkflowExitPoint',
+                             'Societe', 'State', 'StateFull', 'String', 'SubNote', 'SubWorkflowExitPoint',
                              'Tag', 'Time', 'Transition', 'TrInfo',
                              'Workflow', 'WorkflowTransition']
         self.assertListEqual(entities, sorted(expected_entities))