Author: ivaynberg
Date: Mon Mar 15 23:41:53 2010
New Revision: 923509

URL: http://svn.apache.org/viewvc?rev=923509&view=rev
Log:
fix test

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

Modified: 
wicket/trunk/wicket/src/test/java/org/apache/wicket/markup/html/link/BookmarkableHomePageLinksPage_result.html
URL: 
http://svn.apache.org/viewvc/wicket/trunk/wicket/src/test/java/org/apache/wicket/markup/html/link/BookmarkableHomePageLinksPage_result.html?rev=923509&r1=923508&r2=923509&view=diff
==============================================================================
--- 
wicket/trunk/wicket/src/test/java/org/apache/wicket/markup/html/link/BookmarkableHomePageLinksPage_result.html
 (original)
+++ 
wicket/trunk/wicket/src/test/java/org/apache/wicket/markup/html/link/BookmarkableHomePageLinksPage_result.html
 Mon Mar 15 23:41:53 2010
@@ -14,8 +14,8 @@
 -->
 <html xmlns:wicket>
 <body>
-  <a wicket:id="defaulthompage" 
href="org.apache.wicket.ng.mock.MockHomePage"></a>
-  <a wicket:id="defaulthompagewithparams" 
href="org.apache.wicket.ng.mock.MockHomePage?param1=1&amp;param2=test"></a>
-  <a wicket:id="defaulthompagewithpagemap" 
href="org.apache.wicket.ng.mock.MockHomePage"></a>
+  <a wicket:id="defaulthompage" href="org.apache.wicket.mock.MockHomePage"></a>
+  <a wicket:id="defaulthompagewithparams" 
href="org.apache.wicket.mock.MockHomePage?param1=1&amp;param2=test"></a>
+  <a wicket:id="defaulthompagewithpagemap" 
href="org.apache.wicket.mock.MockHomePage"></a>
 </body>
 </html>


Reply via email to