changeset 9964 | f4a3ee05cf9d |
parent 9961 | cef58bd36f7b |
child 9969 | 0f64ef873f7a |
--- a/server/test/datacomputed/schema.py Thu Aug 28 08:02:15 2014 +0200 +++ b/server/test/datacomputed/schema.py Thu Aug 28 07:44:29 2014 +0200 @@ -48,3 +48,7 @@ class notes(ComputedRelation): rule = 'S employees E, O concerns E' + + +class whatever(ComputedRelation): + rule = 'S employees E, O concerns E'