test/unittest_entity.py
branch3.5
changeset 2931 17224e90a1c4
parent 2920 64322aa83a1d
parent 2930 d7c23b2c7538
child 2968 0e3460341023
child 3136 ed303cf3a048
--- 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')