changeset 4467 | 0e73d299730a |
parent 4460 | 5c22869079b9 |
child 4630 | 528dee042927 |
--- a/test/unittest_entity.py Fri Feb 05 11:54:23 2010 +0100 +++ b/test/unittest_entity.py Fri Feb 05 11:56:57 2010 +0100 @@ -156,7 +156,7 @@ 'WHERE X is Personne, X nom AA, X prenom AB, X travaille AC?, AC nom AD, ' 'AC evaluee AE?, AE modification_date AF' ) - # testing symetric relation + # testing symmetric 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?')