Commit fa088ccf authored by Rafael Monnerat's avatar Rafael Monnerat

testSlapOSXHTML: Ignore erp5_web_renderjs as it is not specific to this project.

parent 3f9e32fd
......@@ -6,9 +6,13 @@ import unittest
from Products.ERP5.tests import testXHTML
from Products.SlapOS.tests.testSlapOSMixin import \
testSlapOSMixin
class TestSlapOSXHTML(testSlapOSMixin, testXHTML.TestXHTML):
# some forms have intentionally empty listbox selections like RSS generators
JSL_IGNORE_SKIN_LIST = ('erp5_ace_editor', 'erp5_code_mirror',
'erp5_fckeditor', 'erp5_jquery', 'erp5_jquery_ui',
'erp5_svg_editor', 'erp5_xinha_editor', 'erp5_web_renderjs')
def afterSetUp(self):
testSlapOSMixin.afterSetUp(self)
# Live tests all uses the same request. For now we remove cell from
......
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