diff -r 1d824df4f2bd -r c39749d14c53 test/unittest_schema.py --- 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):