Commit 48676b08 authored by Nicolas Delaby's avatar Nicolas Delaby

asSafeHTML feature is under refactoring.

Make this test quiet until new desgin approving

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34070 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 747f6648
...@@ -60,6 +60,7 @@ from Products.ERP5OOo.OOoUtils import OOoBuilder ...@@ -60,6 +60,7 @@ from Products.ERP5OOo.OOoUtils import OOoBuilder
from AccessControl.SecurityManagement import newSecurityManager from AccessControl.SecurityManagement import newSecurityManager
from zLOG import LOG from zLOG import LOG
from Products.ERP5.Document.Document import NotConvertedError from Products.ERP5.Document.Document import NotConvertedError
from Products.ERP5Type.tests.backportUnittest import expectedFailure
import os import os
QUIET = 0 QUIET = 0
...@@ -1422,7 +1423,7 @@ class TestDocument(ERP5TypeTestCase, ZopeTestCase.Functional): ...@@ -1422,7 +1423,7 @@ class TestDocument(ERP5TypeTestCase, ZopeTestCase.Functional):
self.stepTic() self.stepTic()
self.assertSameSet([person1, person2], self.assertSameSet([person1, person2],
doc.getContributorValueList()) doc.getContributorValueList())
@expectedFailure
def test_safeHTML_conversion(self): def test_safeHTML_conversion(self):
"""This test create a Web Page and test asSafeHTML conversion. """This test create a Web Page and test asSafeHTML conversion.
Test also with a very non well-formed html document Test also with a very non well-formed html document
......
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