# HG changeset patch # User Sylvain Thénault # Date 1329131797 -3600 # Node ID b1a685038c3b5d2a43ed90e34ca698e1ebccc1cd # Parent 2a92f0ec881d0e27fa39749e2e685975cf6509cc [test] fix test broken by RichString handling changes in yams #default diff -r 2a92f0ec881d -r b1a685038c3b server/test/unittest_schemaserial.py --- a/server/test/unittest_schemaserial.py Mon Feb 13 12:16:21 2012 +0100 +++ b/server/test/unittest_schemaserial.py Mon Feb 13 12:16:37 2012 +0100 @@ -141,7 +141,7 @@ [ ('INSERT CWAttribute X: X cardinality %(cardinality)s,X defaultval %(defaultval)s,X description %(description)s,X fulltextindexed %(fulltextindexed)s,X indexed %(indexed)s,X internationalizable %(internationalizable)s,X ordernum %(ordernum)s,X relation_type ER,X from_entity SE,X to_entity OE WHERE SE eid %(se)s,ER eid %(rt)s,OE eid %(oe)s', {'se': None, 'rt': None, 'oe': None, - 'description': u'', 'internationalizable': True, 'fulltextindexed': False, 'ordernum': 7, 'defaultval': u'text/plain', 'indexed': False, 'cardinality': u'?1'}), + 'description': u'', 'internationalizable': True, 'fulltextindexed': False, 'ordernum': 3, 'defaultval': u'text/plain', 'indexed': False, 'cardinality': u'?1'}), ('INSERT CWConstraint X: X value %(value)s, X cstrtype CT, EDEF constrained_by X WHERE CT eid %(ct)s, EDEF eid %(x)s', {'x': None, 'value': u'None', 'ct': 'FormatConstraint_eid'}), ('INSERT CWConstraint X: X value %(value)s, X cstrtype CT, EDEF constrained_by X WHERE CT eid %(ct)s, EDEF eid %(x)s',