test/unittest_schema.py
changeset 10554 c39749d14c53
parent 10553 1d824df4f2bd
child 10600 180aa08cad48
equal deleted inserted replaced
10553:1d824df4f2bd 10554:c39749d14c53
   414                    "can't use rql expression for read permission of relation ToTo toto TuTu")
   414                    "can't use rql expression for read permission of relation ToTo toto TuTu")
   415 
   415 
   416     def test_rrqlexpr_on_attr(self):
   416     def test_rrqlexpr_on_attr(self):
   417         self._test('rrqlexpr_on_attr.py',
   417         self._test('rrqlexpr_on_attr.py',
   418                    "can't use RRQLExpression on attribute ToTo.attr[String], use an ERQLExpression")
   418                    "can't use RRQLExpression on attribute ToTo.attr[String], use an ERQLExpression")
       
   419 
       
   420     def test_rqlexpr_on_computedrel(self):
       
   421         self._test('rqlexpr_on_computedrel.py',
       
   422                    "can't use rql expression for read permission of relation Subject computed Object")
   419 
   423 
   420 
   424 
   421 class NormalizeExpressionTC(TestCase):
   425 class NormalizeExpressionTC(TestCase):
   422 
   426 
   423     def test(self):
   427     def test(self):