Commit a28f99aa authored by Romain Courteaud's avatar Romain Courteaud

Field library are not compatible with specifications.

The configuration will not be modified in comming weeks
parent e0b22e99
......@@ -28,6 +28,7 @@
##############################################################################
import unittest
from VifibMixin import testVifibMixin
from Products.ERP5Type.tests.backportUnittest import expectedFailure
class TestVifibXHTML(testVifibMixin):
run_all_test = 1
......@@ -111,6 +112,7 @@ class TestVifibXHTML(testVifibMixin):
error_list.append(form_path)
self.assertEquals(error_list, [])
@expectedFailure
def test_configurationOfFieldLibrary(self):
self.login()
error_list = []
......
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