You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by eh...@apache.org on 2007/03/04 21:57:40 UTC

svn commit: r514472 - /incubator/wicket/trunk/wicket/src/test/java/wicket/markup/html/link/BookmarkableHomePageLinksPage_result.html

Author: ehillenius
Date: Sun Mar  4 12:57:39 2007
New Revision: 514472

URL: http://svn.apache.org/viewvc?view=rev&rev=514472
Log:
unit test fix; had been executing the wrong tests all the time :/

Modified:
    incubator/wicket/trunk/wicket/src/test/java/wicket/markup/html/link/BookmarkableHomePageLinksPage_result.html

Modified: incubator/wicket/trunk/wicket/src/test/java/wicket/markup/html/link/BookmarkableHomePageLinksPage_result.html
URL: http://svn.apache.org/viewvc/incubator/wicket/trunk/wicket/src/test/java/wicket/markup/html/link/BookmarkableHomePageLinksPage_result.html?view=diff&rev=514472&r1=514471&r2=514472
==============================================================================
--- incubator/wicket/trunk/wicket/src/test/java/wicket/markup/html/link/BookmarkableHomePageLinksPage_result.html (original)
+++ incubator/wicket/trunk/wicket/src/test/java/wicket/markup/html/link/BookmarkableHomePageLinksPage_result.html Sun Mar  4 12:57:39 2007
@@ -16,6 +16,6 @@
 <body>
   <a href="/WicketTester$DummyWebApplication/WicketTester$DummyWebApplication" wicket:id="defaulthompage"></a>
   <a href="/WicketTester$DummyWebApplication/WicketTester$DummyWebApplication?param2=test&amp;param1=1" wicket:id="defaulthompagewithparams"></a>
-  <a href="/WicketTester$DummyWebApplication/WicketTester$DummyWebApplication?wicket:bookmarkablePage=testpagemap%3Awicket.util.tester.DummyHomePage" wicket:id="defaulthompagewithpagemap"></a>
+  <a href="/WicketTester$DummyWebApplication/WicketTester$DummyWebApplication?wicket:bookmarkablePage=testpagemap%3Awicket.util.tester.DummyHomePage" target="testpagemap" wicket:id="defaulthompagewithpagemap"></a>
 </body>
 </html>