diff -r e65873ad0371 -r 50f046bf0e50 server/test/data-cwep002/schema.py --- a/server/test/data-cwep002/schema.py Tue Sep 16 16:39:23 2014 +0200 +++ b/server/test/data-cwep002/schema.py Tue Sep 16 15:28:35 2014 +0200 @@ -27,7 +27,8 @@ cardinality = '?*' class Company(EntityType): - total_salary = Int() + total_salary = Int(formula='Any SUM(SA) GROUPBY X WHERE ' + 'P works_for X, P salary SA') class has_employee(ComputedRelation): rule = 'O works_for S'