Skip to content

Commit

Permalink
Don't use testbrowser.goBack() in tests. It seems to be broken with m…
Browse files Browse the repository at this point in the history
…ore recent

versions of mechanize (>=2.x).
  • Loading branch information
ulif committed May 27, 2010
1 parent f263f06 commit f3b4589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zc/catalog/browser/README.txt
Expand Up @@ -54,7 +54,7 @@ Now we can look at the index and see how is is configured.

We need to go back to the catalog so we can add a different index.

>>> browser.goBack()
>>> browser.open('/++etc++site/default/catalog/@@contents.html')


ValueIndex
Expand Down

0 comments on commit f3b4589

Please sign in to comment.