# HG changeset patch # User Sylvain Thénault # Date 1259830613 -3600 # Node ID 8029019884afc49abfefa26894d5db2e91931399 # Parent b17cf4a2e09e845068ef6d557bac03d2d301bcbc this invalid constraint now fails with new constraints checking diff -r b17cf4a2e09e -r 8029019884af 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):