[Jwebunit-development] SF.net SVN: jwebunit: [652] branches/1.x/jwebunit-commons-tests/src/main/ r
Brought to you by:
henryju
From: <he...@us...> - 2007-01-11 11:34:03
|
Revision: 652 http://svn.sourceforge.net/jwebunit/?rev=652&view=rev Author: henryju Date: 2007-01-11 03:34:01 -0800 (Thu, 11 Jan 2007) Log Message: ----------- Commit a missing test file. Added Paths: ----------- branches/1.x/jwebunit-commons-tests/src/main/resources/testcases/RedirectionTest/redirected.html Added: branches/1.x/jwebunit-commons-tests/src/main/resources/testcases/RedirectionTest/redirected.html =================================================================== --- branches/1.x/jwebunit-commons-tests/src/main/resources/testcases/RedirectionTest/redirected.html (rev 0) +++ branches/1.x/jwebunit-commons-tests/src/main/resources/testcases/RedirectionTest/redirected.html 2007-01-11 11:34:01 UTC (rev 652) @@ -0,0 +1,9 @@ +<html> + <head> + <title>Redirected</title> + </head> + <body> + <h1>The redirection works</h1> + <p>This page shows that the redirection works like expected.</p> + </body> +</html> \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |