Skip to content

Commit

Permalink
Fixed test setup for ocpsoft#210
Browse files Browse the repository at this point in the history
  • Loading branch information
chkal committed May 28, 2015
1 parent 81eb501 commit 2305b96
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion api-tests/src/test/webapp/search.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
<meta charset="utf-8" />
</h:head>
<h:body>
<h:link outcome="/search.xhtml" value="Test"></h:link>
<h:link outcome="/search.xhtml" value="Test">
<f:param name="lang" value="en"/>
</h:link>
</h:body>
</html>

0 comments on commit 2305b96

Please sign in to comment.