Commit 0929f738 authored by Romain Courteaud's avatar Romain Courteaud

test_07_NegatedQueryForTranslation is expected to fail

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34450 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent c373d079
......@@ -35,6 +35,7 @@ from Products.ERP5Type.tests.ERP5TypeTestCase import ERP5TypeTestCase
from Products.ERP5Type.tests.utils import to_utf8
from Products.ERP5Type.Utils import getMessageIdWithContext
from zLOG import LOG
from Products.ERP5Type.tests.backportUnittest import expectedFailure
# dependency order
target_business_templates = (
......@@ -287,6 +288,7 @@ class TestWorkflowStateTitleTranslation(ERP5TypeTestCase):
self.assertTrue(len(self.portal.portal_catalog(
translated_validation_state_title="En bon usage")))
@expectedFailure
def test_07_NegatedQueryForTranslation(self, quiet=0, run=run_all_test):
"""
Check that catalog search with a negated query parameter doesn't return
......
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