[test] that doesn't smell good but fix the test...
--- 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)