Commit e28be64a authored by Ivan Tyagov's avatar Ivan Tyagov

Add as an expected failure.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38886 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 7abbb8ff
......@@ -31,6 +31,8 @@ import unittest
import transaction
from AccessControl.SecurityManagement import newSecurityManager
from Products.ERP5Type.tests.ERP5TypeTestCase import ERP5TypeTestCase
from Products.ERP5Type.tests.backportUnittest import expectedFailure
class TestERP5Discussion(ERP5TypeTestCase):
"""Test for erp5_discussion business template.
......@@ -83,7 +85,8 @@ class TestERP5Discussion(ERP5TypeTestCase):
self.stepCreateThread();
self.stepTic()
@expectedFailure
def test_02_createDiscussionPost(self):
"""Create a disucssion post inscite a discussion 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