Commit 125b81ba authored by Ivan Tyagov's avatar Ivan Tyagov

Mark test as expected failure (explanation in test itself)

parent 234b78d5
......@@ -31,6 +31,7 @@ import unittest
import transaction
from Products.ERP5Type.tests.ERP5TypeTestCase import ERP5TypeTestCase
from Products.ERP5OOo.tests.TestFormPrintoutMixin import TestFormPrintoutMixin
from Products.ERP5Type.tests.backportUnittest import expectedFailure
from Products.ERP5OOo.OOoUtils import OOoBuilder
from Products.ERP5OOo.tests.utils import Validator
from Products.ERP5Type.tests.utils import FileUpload
......@@ -113,6 +114,8 @@ class TestFormPrintoutAsODG(TestFormPrintoutMixin):
style_dict.setdefault(descendant.tag, {}).update(descendant.attrib)
return style_dict
# see comment at top
@expectedFailure
def test_01_TextField(self):
"""
mapping a field to textbox
......
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