Fix last failing test that has been introduced by the fuzzy search option.

This commit is contained in:
Timo Stollenwerk 2013-07-10 08:49:27 +02:00
parent c0f4b82f1b
commit ec227130f1
1 changed files with 1 additions and 1 deletions

View File

@ -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