server/test/data/schema.py
branchstable
changeset 3981 8029019884af
parent 3546 f0aecddf367e
child 3998 94cc7cad3d2d
child 4212 ab6573088b4a
--- a/server/test/data/schema.py	Thu Dec 03 09:56:28 2009 +0100
+++ b/server/test/data/schema.py	Thu Dec 03 09:56:53 2009 +0100
@@ -172,7 +172,7 @@
     name = 'ecrit_par'
     subject = 'Note'
     object ='Personne'
-    constraints = [RQLConstraint('E concerns P, X version_of P')]
+    constraints = [RQLConstraint('E concerns P, S version_of P')]
     cardinality = '?*'
 
 class ecrit_par_2(RelationDefinition):