rlubke 01/12/29 20:31:51
Modified: src/conf servlet-gtest.xml
Log:
- Excluded DoInit1 test for the time being due to vagueness in the spec
regarding HTTP response behavior in the case of a permanent
UnavailableException.
PR: 4474
Revision Changes Path
1.28 +4 -1 jakarta-watchdog-4.0/src/conf/servlet-gtest.xml
Index: servlet-gtest.xml
===================================================================
RCS file: /home/cvs/jakarta-watchdog-4.0/src/conf/servlet-gtest.xml,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- servlet-gtest.xml 30 Dec 2001 03:51:08 -0000 1.27
+++ servlet-gtest.xml 30 Dec 2001 04:31:51 -0000 1.28
@@ -92,14 +92,17 @@
testStrategy="Testing that destroy method is not called during service
method execution"
/>
+<!-- Excluded : Bugzilla 4474
<gtest request="GET /servlet-tests/DoInit1Test HTTP/1.0"
debug="0" host="${host}" port="${port}"
- returnCode="500"
+ returnCode="503"
testName="DoInit1Test"
assertion="CalLed by the servlet container to indicate to a servlet that
the servlet is being placed into service., specified in the Java Servlet Pages
Specification v2.3, Sec 16 - javax.servlet.Servlet.init() method "
testStrategy="A negative test for the init method. We will throw
UnavailableException from inside init.The Servlet should not be initialized "
/>
+
+-->
<gtest request="GET /servlet-tests/DoInit2Test HTTP/1.0"
debug="0" host="${host}" port="${port}"
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>