diff -r c153913924a5 -r d3f0c6e868ef web/test/data/schema/testschema.py --- a/web/test/data/schema/testschema.py Mon May 18 10:54:48 2009 +0200 +++ b/web/test/data/schema/testschema.py Mon May 18 11:50:43 2009 +0200 @@ -1,6 +1,7 @@ class Salesterm(EntityType): described_by_test = SubjectRelation('File', cardinality='1*', composite='subject') amount = Int(constraints=[IntervalBoundConstraint(0, 100)]) + reason = String(maxsize=20, vocabulary=[u'canceled', u'sold']) class tags(RelationDefinition): subject = 'Tag'