server/test/unittest_msplanner.py
changeset 1122 9f37de24251f
parent 1121 43fa67acd9d0
child 1228 91ae10ffb611
--- a/server/test/unittest_msplanner.py	Fri Mar 20 14:01:11 2009 +0100
+++ b/server/test/unittest_msplanner.py	Fri Mar 20 14:23:08 2009 +0100
@@ -1819,7 +1819,8 @@
                    {'x': 999999})
 
     def test_nonregr13_1(self):
-        # identity wrapped into exists
+        # identity wrapped into exists:
+        # should'nt propagate constraint that U is in the same source as ME
         self._test('Any B,U,UL GROUPBY B,U,UL WHERE B created_by U?, B is File '
                    'WITH U,UL BEING (Any U,UL WHERE ME eid %(x)s, (EXISTS(U identity ME) '
                    'OR (EXISTS(U in_group G, G name IN("managers", "staff")))) '