this invalid constraint now fails with new constraints checking stable
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 03 Dec 2009 09:56:53 +0100
branchstable
changeset 3981 8029019884af
parent 3980 b17cf4a2e09e
child 3982 ac2a54a6f36f
this invalid constraint now fails with new constraints checking
server/test/data/schema.py
--- 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):