entities/test/unittest_wfobjs.py
branchstable
changeset 5538 752bc67064f2
parent 5457 ab35bcdcb7c1
child 5556 9ab2b4c74baf
--- a/entities/test/unittest_wfobjs.py	Tue May 18 14:26:19 2010 +0200
+++ b/entities/test/unittest_wfobjs.py	Tue May 18 14:28:44 2010 +0200
@@ -56,7 +56,7 @@
         self.commit()
         wf.add_state(u'foo')
         ex = self.assertRaises(ValidationError, self.commit)
-        self.assertEquals(ex.errors, {'state_of-subject': 'workflow already have a state of that name'})
+        self.assertEquals(ex.errors, {'name-subject': 'workflow already have a state of that name'})
         # no pb if not in the same workflow
         wf2 = add_wf(self, 'Company')
         foo = wf2.add_state(u'foo', initial=True)