# HG changeset patch # User Sylvain Thénault # Date 1285172260 -7200 # Node ID e6557be1127e33cf847557e9f97941c6efa7aebf # Parent 3a87eaf226f60d8795cd385236087599a7e718f7 [test] fix test broken by introduction of CWUniqueTogetherConstraint diff -r 3a87eaf226f6 -r e6557be1127e test/unittest_schema.py --- a/test/unittest_schema.py Wed Sep 22 13:21:34 2010 +0200 +++ b/test/unittest_schema.py Wed Sep 22 18:17:40 2010 +0200 @@ -173,7 +173,8 @@ 'Date', 'Datetime', 'Decimal', 'CWCache', 'CWConstraint', 'CWConstraintType', 'CWEType', 'CWAttribute', 'CWGroup', 'EmailAddress', 'CWRelation', - 'CWPermission', 'CWProperty', 'CWRType', 'CWUser', + 'CWPermission', 'CWProperty', 'CWRType', + 'CWUniqueTogetherConstraint', 'CWUser', 'ExternalUri', 'File', 'Float', 'Int', 'Interval', 'Note', 'Password', 'Personne', 'RQLExpression', @@ -187,8 +188,10 @@ 'bookmarked_by', 'by_transition', 'cardinality', 'comment', 'comment_format', - 'composite', 'condition', 'connait', 'constrained_by', 'content', - 'content_format', 'created_by', 'creation_date', 'cstrtype', 'custom_workflow', 'cwuri', + 'composite', 'condition', 'connait', + 'constrained_by', 'constraint_of', + 'content', 'content_format', + 'created_by', 'creation_date', 'cstrtype', 'custom_workflow', 'cwuri', 'data', 'data_encoding', 'data_format', 'data_name', 'default_workflow', 'defaultval', 'delete_permission', 'description', 'description_format', 'destination_state', @@ -212,7 +215,7 @@ 'path', 'pkey', 'prefered_form', 'prenom', 'primary_email', - 'read_permission', 'relation_type', 'require_group', + 'read_permission', 'relation_type', 'relations', 'require_group', 'specializes', 'state_of', 'subworkflow', 'subworkflow_exit', 'subworkflow_state', 'surname', 'symmetric', 'synopsis',