morgand
Tue, 04 Sep 2001 09:31:44 -0700
morgand 01/09/04 09:47:56
Modified: latka-webapp/webapp TestForm.jsp
Log:
made a default test body
Revision Changes Path
1.4 +3 -13 jakarta-commons-sandbox/latka-webapp/webapp/TestForm.jsp
Index: TestForm.jsp
===================================================================
RCS file: /home/cvs/jakarta-commons-sandbox/latka-webapp/webapp/TestForm.jsp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- TestForm.jsp 2001/09/04 16:35:04 1.3
+++ TestForm.jsp 2001/09/04 16:47:56 1.4
@@ -5,20 +5,10 @@
<textarea NAME="testBody" ROWS="18" COLS="70">
<?xml version="1.0"?>
-<suite defaultHost="localhost" defaultPort="8080" label="Latka self-diagnostics">
+<suite defaultHost="${defaultHost}" defaultPort="${defaultPort}"
+ label="Latka self-diagnostics">
- <!-- this XML is here temporarily for debugging purposes -->
- <request path="<%= request.getContextPath() %>/index.jsp" label="basic test">
- <validate>
- <regexp pattern="Run a test manually"/>
- </validate>
- </request>
-
- <request path="/thisTestWillFail.jsp" label="a missing file">
- <validate>
- <statusCode/>
- </validate>
- </request>
+ <!-- place requests here -->
</suite>