cubicweb/test/unittest_schema.py
changeset 11681 b23d58050076
parent 11348 70337ad23145
child 11768 b8b71dd09a2c
--- a/cubicweb/test/unittest_schema.py	Mon Sep 26 14:52:12 2016 +0200
+++ b/cubicweb/test/unittest_schema.py	Mon Sep 26 16:45:30 2016 +0200
@@ -174,7 +174,7 @@
             'CWCache', 'CWComputedRType', 'CWConstraint',
             'CWConstraintType', 'CWDataImport', 'CWEType',
             'CWAttribute', 'CWGroup', 'EmailAddress',
-            'CWRelation', 'CWPermission', 'CWProperty', 'CWRType',
+            'CWRelation', 'CWPermission', 'CWProperty', 'CWRType', 'CWSession',
             'CWSource', 'CWSourceHostConfig', 'CWSourceSchemaConfig',
             'CWUniqueTogetherConstraint', 'CWUser',
             'ExternalUri', 'FakeFile', 'Float', 'Int', 'Interval', 'Note',
@@ -196,7 +196,8 @@
             'constrained_by', 'constraint_of',
             'content', 'content_format', 'contrat_exclusif',
             'created_by', 'creation_date', 'cstrtype', 'custom_workflow',
-            'cwuri', 'cw_for_source', 'cw_import_of', 'cw_host_config_of', 'cw_schema', 'cw_source',
+            'cwuri', 'cwsessiondata', 'cw_for_source', 'cw_import_of', 'cw_host_config_of',
+            'cw_schema', 'cw_source',
 
             'data', 'data_encoding', 'data_format', 'data_name', 'default_workflow', 'defaultval',
             'delete_permission', 'description', 'description_format', 'destination_state',
@@ -526,6 +527,7 @@
                      ('cw_source', 'CWProperty', 'CWSource', 'object'),
                      ('cw_source', 'CWRType', 'CWSource', 'object'),
                      ('cw_source', 'CWRelation', 'CWSource', 'object'),
+                     ('cw_source', 'CWSession', 'CWSource', 'object'),
                      ('cw_source', 'CWSource', 'CWSource', 'object'),
                      ('cw_source', 'CWSourceHostConfig', 'CWSource', 'object'),
                      ('cw_source', 'CWSourceSchemaConfig', 'CWSource', 'object'),