server/test/unittest_security.py
changeset 10249 e38b8d37c5d8
parent 10248 131275d6c268
child 10463 9add9b7f9df7
--- a/server/test/unittest_security.py	Fri Feb 13 11:47:34 2015 +0100
+++ b/server/test/unittest_security.py	Fri Feb 13 11:48:13 2015 +0100
@@ -519,7 +519,7 @@
                 plan.preprocess(rqlst)
                 self.assertEqual(
                     rqlst.as_string(),
-                    '(Any X WHERE X is IN(SubDivision, Societe)) UNION '
+                    '(Any X WHERE X is IN(Societe, SubDivision)) UNION '
                     '(Any X WHERE X is Division, EXISTS(X owned_by %(B)s))')