Skip to content

Commit

Permalink
Oops. Avoid infinite recursion.
Browse files Browse the repository at this point in the history
  • Loading branch information
srwhite committed Nov 16, 2015
1 parent 0203459 commit de015a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webtests/net/hillsdon/reviki/webtests/WebTestSupport.java
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ protected HtmlPage search(final HtmlPage page, final String query) throws IOExce
}

protected void assertSearchFindsPageUsingQuery(final HtmlPage page, final String name, final String query) throws IOException, JaxenException {
assertSearchFindsPageUsingQuery(page, name, query);
assertSearchFindsPageUsingQuery("test", page, name, query);
}

protected void assertSearchFindsPageUsingQuery(final String wikiName, final HtmlPage page, final String name, final String query) throws IOException, JaxenException {
Expand Down

0 comments on commit de015a5

Please sign in to comment.