test/unittest_schema.py
changeset 10554 c39749d14c53
parent 10553 1d824df4f2bd
child 10600 180aa08cad48
--- a/test/unittest_schema.py	Tue Jul 28 09:25:26 2015 +0200
+++ b/test/unittest_schema.py	Tue Jul 28 11:15:36 2015 +0200
@@ -417,6 +417,10 @@
         self._test('rrqlexpr_on_attr.py',
                    "can't use RRQLExpression on attribute ToTo.attr[String], use an ERQLExpression")
 
+    def test_rqlexpr_on_computedrel(self):
+        self._test('rqlexpr_on_computedrel.py',
+                   "can't use rql expression for read permission of relation Subject computed Object")
+
 
 class NormalizeExpressionTC(TestCase):