diff -r 672acc730ce5 -r d628defebc17 web/test/data/schema/testschema.py --- a/web/test/data/schema/testschema.py Thu May 14 10:24:56 2009 +0200 +++ b/web/test/data/schema/testschema.py Thu May 14 11:38:40 2009 +0200 @@ -1,7 +1,7 @@ class Salesterm(EntityType): described_by_test = SubjectRelation('File', cardinality='1*', composite='subject') amount = Int(constraints=[IntervalBoundConstraint(0, 100)]) - + class tags(RelationDefinition): subject = 'Tag' object = ('BlogEntry', 'CWUser')