test/unittest_schema.py
changeset 9978 8f4b15e5b300
parent 9711 59616edc20d7
child 9984 793377697c81
--- a/test/unittest_schema.py	Fri Aug 08 13:05:07 2014 +0200
+++ b/test/unittest_schema.py	Mon Jul 28 16:05:19 2014 +0200
@@ -168,7 +168,7 @@
                              'CWUniqueTogetherConstraint', 'CWUser',
                              'ExternalUri', 'File', 'Float', 'Int', 'Interval', 'Note',
                              'Password', 'Personne', 'Produit',
-                             'RQLExpression',
+                             'RQLExpression', 'Reference',
                              'Service', 'Societe', 'State', 'StateFull', 'String', 'SubNote', 'SubWorkflowExitPoint',
                              'Tag', 'TZDatetime', 'TZTime', 'Time', 'Transition', 'TrInfo',
                              'Usine',
@@ -417,6 +417,7 @@
                      ('cw_source', 'Personne', 'CWSource', 'object'),
                      ('cw_source', 'Produit', 'CWSource', 'object'),
                      ('cw_source', 'RQLExpression', 'CWSource', 'object'),
+                     ('cw_source', 'Reference', 'CWSource', 'object'),
                      ('cw_source', 'Service', 'CWSource', 'object'),
                      ('cw_source', 'Societe', 'CWSource', 'object'),
                      ('cw_source', 'State', 'CWSource', 'object'),