Commit 09564feb authored by Vincent Pelletier's avatar Vincent Pelletier

Fix typo.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18506 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 9aca69d4
......@@ -2030,7 +2030,7 @@ class TestCMFActivity(ERP5TypeTestCase):
self.flushAllActivities(silent=1, loop_size=100)
self.assertEquals(activity_tool.countMessage(method_id='dummy_activity'), 0)
finally:
dellatr(Organisation, 'modifySQLAndFail')
delattr(Organisation, 'modifySQLAndFail')
def test_85_MessagePathMustBeATuple(self, quiet=0, run=run_all_test):
"""
......
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