Commit cf1d553c authored by Ivan Tyagov's avatar Ivan Tyagov

Fix test which is expected to pass now.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41996 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 719ecb49
......@@ -90,9 +90,8 @@ class TestERP5Discussion(ERP5TypeTestCase):
self.stepCreateThread();
self.stepTic()
@expectedFailure
def test_02_createDiscussionPost(self):
"""Create a disucssion post inscite a discussion thread"""
"""Create a disucssion post inside a discussion thread"""
thread = self.stepCreateThread();
post = self.stepCreatePost(thread);
......
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