server/test/data/schema.py
changeset 10446 1e6655cff5ab
parent 10303 593e63a68429
child 10487 49a5c38de1de
--- a/server/test/data/schema.py	Mon May 18 19:47:34 2015 +0200
+++ b/server/test/data/schema.py	Sun Mar 22 23:27:13 2015 +0100
@@ -89,7 +89,7 @@
 
 class Note(WorkflowableEntityType):
     date = String(maxsize=10)
-    type = String(maxsize=6)
+    type = String(vocabulary=[u'todo', u'a', u'b', u'T', u'lalala'])
     para = String(maxsize=512,
                   __permissions__ = {
                       'add': ('managers', ERQLExpression('X in_state S, S name "todo"')),