server/test/data/schema.py
branchstable
changeset 4635 44a883148ab4
parent 4570 ede247bbbf62
child 5386 4c92202ab130
child 5421 8167de96c523
--- a/server/test/data/schema.py	Thu Feb 18 13:30:37 2010 +0100
+++ b/server/test/data/schema.py	Thu Feb 18 13:31:03 2010 +0100
@@ -137,7 +137,7 @@
 class para(RelationType):
     __permissions__ = {
         'read':   ('managers', 'users', 'guests'),
-        'update':    ('managers', ERQLExpression('X in_state S, S name "todo"')),
+        'update': ('managers', ERQLExpression('X in_state S, S name "todo"')),
         }
 
 class test(RelationType):