From ec227130f1bc027727b21a74a62091e6f9339953 Mon Sep 17 00:00:00 2001 From: Timo Stollenwerk Date: Wed, 10 Jul 2013 08:49:27 +0200 Subject: [PATCH] Fix last failing test that has been introduced by the fuzzy search option. --- src/collective/solr/tests/test_exportimport.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/collective/solr/tests/test_exportimport.py b/src/collective/solr/tests/test_exportimport.py index a8cffa6..840cd00 100644 --- a/src/collective/solr/tests/test_exportimport.py +++ b/src/collective/solr/tests/test_exportimport.py @@ -54,7 +54,7 @@ class SetupToolTests(SolrTestCase, TarballTester): self.assertEqual(config.slow_query_threshold, 0) self.assertEqual(config.effective_steps, 1) self.assertEqual(config.exclude_user, False) - self.assertEqual(config.levenshtein_distance, 0.2) + self.assertEqual(config.levenshtein_distance, 0.0) def testExportStep(self): tool = self.portal.portal_setup