Commit 62b154cf authored by wenjie.zheng's avatar wenjie.zheng

erp5_workflow: delete no-related test.

parent ccfa9f05
......@@ -96,6 +96,7 @@ class TestERP5Workflow(ERP5TypeTestCase):
new_object.setToCouscousPlease()
self.assertEqual(new_object.getCategoryStateTitle(), 'Couscous')
"""
organisationX = self.portal.organisation_module.newContent(
portal_type='Organisation',
id='orgnisation_x')
......@@ -106,6 +107,7 @@ class TestERP5Workflow(ERP5TypeTestCase):
organisationX.validate()
self.assertEqual(organisationX.getValidationStateTitle(), 'Validated')
"""
def test_suite():
suite = unittest.TestSuite()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment