Author: jrthomerson
Date: Mon May 24 07:17:30 2010
New Revision: 947553
URL: http://svn.apache.org/viewvc?rev=947553&view=rev
Log:
this is a test for WICKET-2882 - it currently fails
the fix is committed to 1.4.x - but can not be committed to trunk until
WICKET-2485 is fixed again. It looks like it was fixed in r818379, but then
jdonnerstag reverted the changes in r828977
I'll leave this broken test as a reminder that we need to fix these in trunk:
WICKET-2882, WICKET-2485, WICKET-2506
Modified:
wicket/trunk/wicket/src/test/java/org/apache/wicket/markup/html/internal/EnclosureTest.java
Modified:
wicket/trunk/wicket/src/test/java/org/apache/wicket/markup/html/internal/EnclosureTest.java
URL:
http://svn.apache.org/viewvc/wicket/trunk/wicket/src/test/java/org/apache/wicket/markup/html/internal/EnclosureTest.java?rev=947553&r1=947552&r2=947553&view=diff
==============================================================================
---
wicket/trunk/wicket/src/test/java/org/apache/wicket/markup/html/internal/EnclosureTest.java
(original)
+++
wicket/trunk/wicket/src/test/java/org/apache/wicket/markup/html/internal/EnclosureTest.java
Mon May 24 07:17:30 2010
@@ -293,4 +293,14 @@ public class EnclosureTest extends Wicke
tester.assertRenderedPage(clazz);
tester.assertResultPage(getClass(),
"EnclosurePageExpectedResult_10.html");
}
+
+ /**
+ * @throws Exception
+ */
+ public void testRenderPage11() throws Exception
+ {
+ executeTest(EnclosurePage_11.class,
"EnclosurePageExpectedResult_11.html");
+ }
+
+
}