server/test/unittest_undo.py
changeset 8556 bbe0d6985e59
parent 8544 3d049071957e
child 8594 001159e2e4f3
--- a/server/test/unittest_undo.py	Tue Sep 11 22:32:01 2012 +0200
+++ b/server/test/unittest_undo.py	Mon Sep 17 17:48:55 2012 +0200
@@ -228,6 +228,7 @@
             "%s doesn't exist anymore." % g.eid])
         with self.assertRaises(ValidationError) as cm:
             self.commit()
+        cm.exception.tr(unicode)
         self.assertEqual(cm.exception.entity, self.toto.eid)
         self.assertEqual(cm.exception.errors,
                           {'in_group-subject': u'at least one relation in_group is '