diff -r 5531f5577b50 -r f4a3ee05cf9d server/test/datacomputed/migratedapp/schema.py --- a/server/test/datacomputed/migratedapp/schema.py Thu Aug 28 08:02:15 2014 +0200 +++ b/server/test/datacomputed/migratedapp/schema.py Thu Aug 28 07:44:29 2014 +0200 @@ -49,3 +49,6 @@ subject = 'Note' object = 'Employee' + +class whatever(ComputedRelation): + rule = 'S employees E, O associates E'