Skip to content

Commit

Permalink
Attempt to make errors.txt tests pass on both Plone 4 and 5.
Browse files Browse the repository at this point in the history
  • Loading branch information
tisto committed Apr 19, 2016
1 parent a8f3e9a commit 76b49ea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/collective/solr/tests/errors.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ content:

Then we start searching: the first time around things are fine:

>>> browser.open('http://nohost/plone/')
>>> browser.getControl('Search Site').value = 'Welcome'
>>> browser.getForm(name='searchform').submit()
>>> browser.open('http://nohost/plone/@@search')
>>> browser.getControl(name='SearchableText', index=1).value = 'Welcome'
>>> browser.getForm(name='searchform', index=1).submit()
>>> browser.contents
'...Search results...1...items matching your search terms...
...http://nohost/plone/front-page...Welcome to Plone...'
Expand Down

0 comments on commit 76b49ea

Please sign in to comment.