Author: apetrelli
Date: Thu Aug 31 04:56:03 2006
New Revision: 438879
URL: http://svn.apache.org/viewvc?rev=438879&view=rev
Log:
SB-37
Moved the test of a definition created in a JSP page to the group of working
tests.
Modified:
struts/sandbox/trunk/tiles/tiles-test/src/main/webapp/index.jsp
Modified: struts/sandbox/trunk/tiles/tiles-test/src/main/webapp/index.jsp
URL:
http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-test/src/main/webapp/index.jsp?rev=438879&r1=438878&r2=438879&view=diff
==============================================================================
--- struts/sandbox/trunk/tiles/tiles-test/src/main/webapp/index.jsp (original)
+++ struts/sandbox/trunk/tiles/tiles-test/src/main/webapp/index.jsp Thu Aug 31
04:56:03 2006
@@ -4,6 +4,7 @@
<h1>Tiles 2 Test Application</h1>
<h2>Currently working tests</h2>
+ <a href="testdef.jsp">Test Definition Tag</a><br/>
<a href="testinsertdefinition.jsp">Test Insert Configured
Definition</a><br/>
<a href="testinsertdefinition_notype.jsp">Test Insert Configured
Definition with no type specified</a><br/>
<a href="testinsertdefinition_override.jsp">Test Insert Configured
Definition with an overridden content</a><br/>
@@ -11,7 +12,7 @@
<a href="testput.jsp">Test Put Tag</a><br/>
<h2>Currently not working tests</h2>
- <a href="testdef.jsp">Test Definition Tag</a><br/>
+ Currently all the tests work.
</body>
</html>