[test] that doesn't smell good but fix the test... stable
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Wed, 31 Mar 2010 12:32:39 +0200
branchstable
changeset 5104 7aab5286f037
parent 5103 2b242604fc42
child 5105 57e0fc953676
[test] that doesn't smell good but fix the test...
server/test/unittest_undo.py
--- a/server/test/unittest_undo.py	Wed Mar 31 12:22:20 2010 +0200
+++ b/server/test/unittest_undo.py	Wed Mar 31 12:32:39 2010 +0200
@@ -64,7 +64,7 @@
         self.assertEquals(a4.eid_to, self.toto.in_group[0].eid)
         self.assertEquals(a4.order, 4)
         for i, rtype in ((1, 'owned_by'), (2, 'owned_by'),
-                         (4, 'created_by'), (5, 'in_state')):
+                         (4, 'in_state'), (5, 'created_by')):
             a = actions[i]
             self.assertEquals(a.action, 'A')
             self.assertEquals(a.eid_from, self.toto.eid)