From 0929f738859421f84ff8c31671f6d57f4cee4d42 Mon Sep 17 00:00:00 2001
From: Romain Courteaud <romain@nexedi.com>
Date: Mon, 12 Apr 2010 08:35:39 +0000
Subject: [PATCH] test_07_NegatedQueryForTranslation is expected to fail

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34450 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/ERP5/tests/testTranslation.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/product/ERP5/tests/testTranslation.py b/product/ERP5/tests/testTranslation.py
index b19533e9e9..8b36164388 100644
--- a/product/ERP5/tests/testTranslation.py
+++ b/product/ERP5/tests/testTranslation.py
@@ -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
-- 
2.30.9