test/unittest_entity.py
branchstable
changeset 3769 021d32e3a289
parent 3689 deb13e88e037
child 3771 234b003f0fe0
--- a/test/unittest_entity.py	Wed Oct 21 10:35:19 2009 +0200
+++ b/test/unittest_entity.py	Wed Oct 21 13:52:05 2009 +0200
@@ -203,7 +203,7 @@
                           'X modification_date AA')
         self.assertEquals(tag.related_rql('tags', 'subject', ('Personne',)),
                           'Any X,AA,AB ORDERBY AA ASC '
-                          'WHERE E eid %(x)s, E tags XE is IN (Personne), X nom AA, '
+                          'WHERE E eid %(x)s, E tags X, E is IN (Personne), X nom AA, '
                           'X modification_date AB')
 
     def test_unrelated_rql_security_1(self):