Author: uli
Date: Fri Jan 8 11:58:24 2010
New Revision: 897178
URL: http://svn.apache.org/viewvc?rev=897178&view=rev
Log:
fix broken links
Modified:
tapestry/tapestry5/trunk/src/site/apt/guide/unit-testing-pages.apt
Modified: tapestry/tapestry5/trunk/src/site/apt/guide/unit-testing-pages.apt
URL:
http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/src/site/apt/guide/unit-testing-pages.apt?rev=897178&r1=897177&r2=897178&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/src/site/apt/guide/unit-testing-pages.apt
(original)
+++ tapestry/tapestry5/trunk/src/site/apt/guide/unit-testing-pages.apt Fri Jan
8 11:58:24 2010
@@ -10,7 +10,7 @@
* Setting up a driving environment
In order to unit test a page, you'll need to create an instance of
-
{{{../apidocs/org/apache/tapestry5/test/pagelevel/PageTester.html}PageTester}}.
+ {{{../apidocs/org/apache/tapestry5/test/PageTester.html}PageTester}}.
It acts as both the browser and the servlet container so that you can
use it to drive your page.
@@ -134,7 +134,7 @@
+---+
To submit a form by clicking a submit button, call the
-
{{{../apidocs/org/apache/tapestry5/test/pagelevel/PageTester.html#clickSubmit(org.apache.tapestry5.dom.Element,
java.util.Map)}clickSubmit()}}
+
{{{../apidocs/org/apache/tapestry5/test/PageTester.html#clickSubmit(org.apache.tapestry5.dom.Element,
java.util.Map)}clickSubmit()}}
method instead.
* Unit testing a component