You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by mg...@apache.org on 2012/07/30 09:48:43 UTC

git commit: WICKET-4681 AutoLinkResolver now checks Panel's markup correctly too

Updated Branches:
  refs/heads/master 06e745361 -> d9fb7b191


WICKET-4681 AutoLinkResolver now checks Panel's markup correctly too

Do not dupm the page as html every time. Uncomment to dump it only when debugging.


Project: http://git-wip-us.apache.org/repos/asf/wicket/repo
Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/d9fb7b19
Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/d9fb7b19
Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/d9fb7b19

Branch: refs/heads/master
Commit: d9fb7b191b8f4a278fb3f510480e9ea9a83114d9
Parents: 06e7453
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
Authored: Mon Jul 30 09:28:06 2012 +0300
Committer: Martin Tzvetanov Grigorov <mg...@apache.org>
Committed: Mon Jul 30 09:28:06 2012 +0300

----------------------------------------------------------------------
 .../markup/html/autolink/AutoLinkInPanelsTest.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/d9fb7b19/wicket-core/src/test/java/org/apache/wicket/markup/html/autolink/AutoLinkInPanelsTest.java
----------------------------------------------------------------------
diff --git a/wicket-core/src/test/java/org/apache/wicket/markup/html/autolink/AutoLinkInPanelsTest.java b/wicket-core/src/test/java/org/apache/wicket/markup/html/autolink/AutoLinkInPanelsTest.java
index ec62e47..8864a36 100644
--- a/wicket-core/src/test/java/org/apache/wicket/markup/html/autolink/AutoLinkInPanelsTest.java
+++ b/wicket-core/src/test/java/org/apache/wicket/markup/html/autolink/AutoLinkInPanelsTest.java
@@ -65,7 +65,7 @@ public class AutoLinkInPanelsTest extends WicketTestCase
 	public void imgTagWorksInPanelWithExtraContainer() throws Exception
 	{
 		tester.startPage(TestPage.class);
-		tester.dumpPage();
+//		tester.dumpPage();
 		tester.assertContains("<img src=\"\\./wicket/resource/org.apache.wicket.markup.html.autolink.sub.LogoPanel/logo-ver-\\d+.png\"/>");
 	}