[test] with yams#stable, ordernum is different than with yams#default stable
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 10 Apr 2012 14:29:42 +0200
branchstable
changeset 8346 97fd81357d1d
parent 8345 c6c76bf518d1
child 8347 d317a2880059
[test] with yams#stable, ordernum is different than with yams#default
server/test/unittest_schemaserial.py
--- a/server/test/unittest_schemaserial.py	Tue Apr 10 10:45:40 2012 +0200
+++ b/server/test/unittest_schemaserial.py	Tue Apr 10 14:29:42 2012 +0200
@@ -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',