[testlib] automatic test shouldn't try to populate default_workflow stable
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Wed, 03 Mar 2010 17:49:24 +0100
branchstable
changeset 4761 e37932b89a6a
parent 4760 fe0e307b9b70
child 4762 8dce25da9d95
child 4765 c33d12865641
[testlib] automatic test shouldn't try to populate default_workflow
devtools/__init__.py
--- a/devtools/__init__.py	Wed Mar 03 17:48:08 2010 +0100
+++ b/devtools/__init__.py	Wed Mar 03 17:49:24 2010 +0100
@@ -30,8 +30,8 @@
 
 SYSTEM_RELATIONS = schema.META_RTYPES | set((
     # workflow related
-    'workflow_of', 'state_of', 'transition_of', 'initial_state', 'allowed_transition',
-    'destination_state', 'from_state', 'to_state',
+    'workflow_of', 'state_of', 'transition_of', 'initial_state', 'default_workflow',
+    'allowed_transition', 'destination_state', 'from_state', 'to_state',
     'condition', 'subworkflow', 'subworkflow_state', 'subworkflow_exit',
     'custom_workflow', 'in_state', 'wf_info_for',
     # cwproperty