Updated Branches: refs/heads/sandbox/component-queueing-2 d24f46557 -> ad41c0cce
WICKET-3335 Fix an inline comment for the inline enclosure test Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/ad41c0cc Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/ad41c0cc Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/ad41c0cc Branch: refs/heads/sandbox/component-queueing-2 Commit: ad41c0ccee43b22bcee3c7299da9909ac9a89bb8 Parents: d24f465 Author: Martin Tzvetanov Grigorov <[email protected]> Authored: Mon Feb 10 14:51:49 2014 +0200 Committer: Martin Tzvetanov Grigorov <[email protected]> Committed: Mon Feb 10 14:51:49 2014 +0200 ---------------------------------------------------------------------- .../java/org/apache/wicket/queueing/ComponentQueueingTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/ad41c0cc/wicket-core/src/test/java/org/apache/wicket/queueing/ComponentQueueingTest.java ---------------------------------------------------------------------- diff --git a/wicket-core/src/test/java/org/apache/wicket/queueing/ComponentQueueingTest.java b/wicket-core/src/test/java/org/apache/wicket/queueing/ComponentQueueingTest.java index 6a247ff..98d15be 100644 --- a/wicket-core/src/test/java/org/apache/wicket/queueing/ComponentQueueingTest.java +++ b/wicket-core/src/test/java/org/apache/wicket/queueing/ComponentQueueingTest.java @@ -537,7 +537,7 @@ public class ComponentQueueingTest extends WicketTestCase "<div wicket:enclosure=\"a\" id=\"wicket__InlineEnclosure_01\"><div wicket:id=\"a\"></div><div wicket:id=\"b\"></div></div>", tester.getLastResponseAsString()); - // A is not visible, enclosure does not render + // A is not visible, inline enclosure render only itself (the placeholder tag) a.setVisible(false); tester.startPage(p);
