--- a/server/test/data-cwep002/schema.py Fri Jul 17 16:48:43 2015 +0200
+++ b/server/test/data-cwep002/schema.py Tue Jul 28 09:25:26 2015 +0200
@@ -32,4 +32,5 @@
class has_employee(ComputedRelation):
rule = 'O works_for S'
+ __permissions__ = {'read': ('managers',)}