Author: ivaynberg
Date: Sun Feb 1 08:59:25 2009
New Revision: 739718
URL: http://svn.apache.org/viewvc?rev=739718&view=rev
Log:
fixed unit test
Modified:
wicket/branches/wicket-1.3.x/jdk-1.4/wicket/src/test/java/org/apache/wicket/markup/html/link/AutolinkPageExpectedResult_4.html
Modified:
wicket/branches/wicket-1.3.x/jdk-1.4/wicket/src/test/java/org/apache/wicket/markup/html/link/AutolinkPageExpectedResult_4.html
URL:
http://svn.apache.org/viewvc/wicket/branches/wicket-1.3.x/jdk-1.4/wicket/src/test/java/org/apache/wicket/markup/html/link/AutolinkPageExpectedResult_4.html?rev=739718&r1=739717&r2=739718&view=diff
==============================================================================
---
wicket/branches/wicket-1.3.x/jdk-1.4/wicket/src/test/java/org/apache/wicket/markup/html/link/AutolinkPageExpectedResult_4.html
(original)
+++
wicket/branches/wicket-1.3.x/jdk-1.4/wicket/src/test/java/org/apache/wicket/markup/html/link/AutolinkPageExpectedResult_4.html
Sun Feb 1 08:59:25 2009
@@ -4,8 +4,8 @@
<!-- File/page does not exist => Do not change href at all -->
<a href="PageDoesNotExist.html">Home</a>
<!-- Reference an internal target => Do not change href at all -->
- <a
href="resources/org.apache.wicket.markup.html.link.AutolinkPage_4/#link1">Link
1</a>
- <a href="resources/org.apache.wicket.markup.html.link.AutolinkPage_4/">Link
1</a>
+ <a href="#link1">Link 1</a>
+ <a href="">Link 1</a>
<!-- Supported since 1.2 -->
<a
href="?wicket:bookmarkablePage=:org.apache.wicket.markup.html.link.Page1#link1">Link
1</a>
</wicket:link>