fix failing test_migration test caused by schema change
authorAlexandre Fayolle <alexandre.fayolle@logilab.fr>
Fri, 22 Apr 2011 10:28:26 +0200
changeset 7242 7c1937215db9
parent 7241 65d65da31356
child 7243 9ab01bf84eac
fix failing test_migration test caused by schema change
server/test/unittest_migractions.py
--- a/server/test/unittest_migractions.py	Fri Apr 22 09:48:37 2011 +0200
+++ b/server/test/unittest_migractions.py	Fri Apr 22 10:28:26 2011 +0200
@@ -364,8 +364,9 @@
             'X from_entity FE, FE name "Personne",'
             'X ordernum O')]
         expected = [u'nom', u'prenom', u'sexe', u'promo', u'ass', u'adel', u'titre',
-                    u'web', u'tel', u'fax', u'datenaiss', u'test', 'description', u'firstname',
-                    u'creation_date', 'cwuri', u'modification_date']
+                    u'web', u'tel', u'fax', u'datenaiss', u'tzdatenaiss', u'test',
+                    u'description', u'firstname',
+                    u'creation_date', u'cwuri', u'modification_date']
         self.assertEqual(rinorder, expected)
 
         # test permissions synchronization ####################################