diff -r b5aadbd3fc5b -r 17224e90a1c4 test/unittest_entity.py --- a/test/unittest_entity.py Thu Aug 20 17:52:22 2009 +0200 +++ b/test/unittest_entity.py Thu Aug 20 17:57:56 2009 +0200 @@ -161,7 +161,8 @@ ) # testing symetric relation Personne.fetch_attrs = ('nom', 'connait') - self.assertEquals(Personne.fetch_rql(user), 'Any X,AA,AB ORDERBY AA ASC WHERE X is Personne, X nom AA, X connait AB') + self.assertEquals(Personne.fetch_rql(user), 'Any X,AA,AB ORDERBY AA ASC ' + 'WHERE X is Personne, X nom AA, X connait AB?') # testing optional relation peschema.subject_relation('travaille').set_rproperty(peschema, seschema, 'cardinality', '?*') Personne.fetch_attrs = ('nom', 'prenom', 'travaille')