94 lines
3.8 KiB
Plaintext
94 lines
3.8 KiB
Plaintext
<html>
|
|
<head>
|
|
<title>Struts Interop BVT Test Suite</title>
|
|
</head>
|
|
<body>
|
|
<%----------------------------------------------------------------%>
|
|
<%-------------------- Validation Error Forward Tests ------------%>
|
|
<%----------------------------------------------------------------%>
|
|
<h3 align="center">
|
|
<font color="blue">Validation Error Forward Tests</font>
|
|
</h3>
|
|
<table border="1" width="100%" cellspacing="0">
|
|
<%-- Table headings ----------------------------------------------%>
|
|
<tr>
|
|
<th align="left">Test Name</th>
|
|
<th align="left">Test Status</th>
|
|
<th align="left">Test Description</th>
|
|
</tr>
|
|
|
|
<%----------------------------------------------------------------%>
|
|
<%---------------------- ValFwdErr Test 54 -----------------------%>
|
|
<%----------------------------------------------------------------%>
|
|
<tr>
|
|
<td width="15%" valign=top>
|
|
<a href="valFwdErr/test54/StartTest.jsp">
|
|
<img src="resources/images/bullet.gif" border="0"
|
|
alt="Run the test"> Test54
|
|
</a>
|
|
</td>
|
|
<td width="10%" valign=top >
|
|
Automated
|
|
</td>
|
|
<td>
|
|
<jsp:include page="valFwdErr/test54/TestDescription.txt"/>
|
|
</td>
|
|
</tr>
|
|
|
|
<%----------------------------------------------------------------%>
|
|
<%---------------------- ValFwdErr Test 56 -----------------------%>
|
|
<%----------------------------------------------------------------%>
|
|
<tr>
|
|
<td width="15%" valign=top>
|
|
<a href="valFwdErr/test56/StartTest.jsp">
|
|
<img src="resources/images/bullet.gif" border="0"
|
|
alt="Run the test"> Test56
|
|
</a>
|
|
</td>
|
|
<td width="10%" valign=top >
|
|
Automated
|
|
</td>
|
|
<td>
|
|
<jsp:include page="valFwdErr/test56/TestDescription.txt"/>
|
|
</td>
|
|
</tr>
|
|
|
|
<%----------------------------------------------------------------%>
|
|
<%---------------------- ValFwdErr Test 57 -----------------------%>
|
|
<%----------------------------------------------------------------%>
|
|
<tr>
|
|
<td width="15%" valign=top>
|
|
<a href="valFwdErr/test57/StartTest.jsp">
|
|
<img src="resources/images/bullet.gif" border="0"
|
|
alt="Run the test"> Test57
|
|
</a>
|
|
</td>
|
|
<td width="10%" valign=top >
|
|
Automated
|
|
</td>
|
|
<td>
|
|
<jsp:include page="valFwdErr/test57/TestDescription.txt"/>
|
|
</td>
|
|
</tr>
|
|
|
|
<%----------------------------------------------------------------%>
|
|
<%---------------------- ValFwdErr Test 58 -----------------------%>
|
|
<%----------------------------------------------------------------%>
|
|
<tr>
|
|
<td width="15%" valign=top>
|
|
<a href="valFwdErr/test58/StartTest.jsp">
|
|
<img src="resources/images/bullet.gif" border="0"
|
|
alt="Run the test"> Test58
|
|
</a>
|
|
</td>
|
|
<td width="10%" valign=top >
|
|
Automated
|
|
</td>
|
|
<td>
|
|
<jsp:include page="valFwdErr/test58/TestDescription.txt"/>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</body>
|
|
</html>
|