From 35ea01fc269fdf41ce4d088d1400a242f3c90cf1 Mon Sep 17 00:00:00 2001 From: Ivan Tyagov <ivan@nexedi.com> Date: Tue, 8 Mar 2011 07:58:11 +0000 Subject: [PATCH] Use KM's data bt5. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44032 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5/tests/testKM.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product/ERP5/tests/testKM.py b/product/ERP5/tests/testKM.py index 05a89d9053..513c0455a9 100644 --- a/product/ERP5/tests/testKM.py +++ b/product/ERP5/tests/testKM.py @@ -908,7 +908,7 @@ class TestKM(TestKMMixIn): class TestKMSearch(TestKMMixIn): - business_template_list = TestKMMixIn.business_template_list + ["erp5_km_ui_test", "erp5_km_sphinxse_full_text_search"] + business_template_list = TestKMMixIn.business_template_list + ["erp5_km_ui_test_data", "erp5_km_sphinxse_full_text_search"] @expectedFailure def test_01_NoZODBSphinxSeSearch(self): -- 2.30.9