Commit a4b678cc authored by Aurel's avatar Aurel

Mark this two tests as expected failure, see bug #1701 and #1572 for

more explanations


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33901 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent fa187300
......@@ -44,6 +44,7 @@ from Products.ERP5Type.Globals import PersistentMapping
from Products.CMFCore.Expression import Expression
from Products.ERP5Type.tests.utils import LogInterceptor
from Products.ERP5Type.Workflow import addWorkflowByType
from Products.ERP5Type.tests.backportUnittest import expectedFailure
import shutil
import os
import gc
......@@ -6207,6 +6208,7 @@ class TestBusinessTemplate(ERP5TypeTestCase, LogInterceptor):
sequence_list.addSequenceString(sequence_string)
sequence_list.play(self, quiet=quiet)
@expectedFailure
def test_164_checkCopyBuild(self, quiet=quiet, run=run_all_test):
if not run: return
if not quiet:
......@@ -6281,6 +6283,7 @@ class TestBusinessTemplate(ERP5TypeTestCase, LogInterceptor):
# check the previously existing instance now behaves as the overriden class
self.assertTrue(getattr(portal.another_file, 'isClassOverriden', False))
@expectedFailure
def test_168_DocumentUninstallIsEffective(self):
portal = self.portal
# Test_167 above needs to have been run
......
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