Attempt to fix the configlet test that fails for Python 2.6 only.

This commit is contained in:
Timo Stollenwerk 2013-07-10 09:28:29 +02:00
parent 3d82ab2292
commit 53912f4e03
1 changed files with 2 additions and 2 deletions

View File

@ -114,7 +114,7 @@ Make some changes
>>> self.browser.getControl(name='form.field_list.0.').value = 'Title'
>>> self.browser.getControl(name='form.field_list.add').click()
>>> self.browser.getControl(name='form.field_list.1.').value = 'effective'
>>> self.browser.getControl(name='form.levenshtein_distance').value = '0.1'
>>> self.browser.getControl(name='form.levenshtein_distance').value = '1.0'
Click the save button:
@ -172,7 +172,7 @@ Make sure the changes have been applied correctly to the tool:
>>> config.field_list
[u'Title', u'effective']
>>> config.levenshtein_distance
0.1
1.0
Now that the connection is active we can also select more filter query
parameters from the complete list of Solr indexes, provided that we use the