Return-Path: Delivered-To: apmail-jakarta-watchdog-dev-archive@apache.org Received: (qmail 12030 invoked from network); 18 Jan 2002 17:57:53 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 18 Jan 2002 17:57:52 -0000 Received: (qmail 28410 invoked by uid 97); 18 Jan 2002 17:56:04 -0000 Delivered-To: qmlist-jakarta-archive-watchdog-dev@jakarta.apache.org Received: (qmail 28388 invoked by uid 97); 18 Jan 2002 17:56:03 -0000 Mailing-List: contact watchdog-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Watchdog Developers List" Reply-To: "Watchdog Developers List" Delivered-To: mailing list watchdog-dev@jakarta.apache.org Received: (qmail 28375 invoked by uid 97); 18 Jan 2002 17:56:02 -0000 Date: 18 Jan 2002 17:55:58 -0000 Message-ID: <20020118175558.44113.qmail@icarus.apache.org> From: rlubke@apache.org To: jakarta-watchdog-4.0-cvs@apache.org Subject: cvs commit: jakarta-watchdog-4.0/src/conf servlet-gtest.xml X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N rlubke 02/01/18 09:55:58 Modified: src/conf servlet-gtest.xml Log: - Corrected gtest tasks for those tests that sent duplicate Content-Lenght headers. Revision Changes Path 1.31 +2 -2 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.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- servlet-gtest.xml 15 Jan 2002 16:16:53 -0000 1.30 +++ servlet-gtest.xml 18 Jan 2002 17:55:57 -0000 1.31 @@ -591,7 +591,7 @@ testName="GetContentLengthTest" debug="0" host="${host}" port="${port}" exactMatch="true" content="12345678901234567890" - requestHeaders="Content-Type:text/plain|Content-Length:20" + requestHeaders="Content-Type:text/plain" goldenFile="${wgdir}/javax_servlet/ServletRequest/GetContentLengthTest.html" assertion="Returns the length, in bytes, of the request body and made available by the input stream, or -1 if the length is not known., specified in the Java Servlet Pages Specification v2.3, Sec 14" testStrategy="A Test For ServletRequest.getContentLength() method" @@ -3684,7 +3684,7 @@ testName="GetContentLengthTest" debug="0" host="${host}" port="${port}" exactMatch="true" content="12345678901234567890" - requestHeaders="Content-Type:text/plain|Content-Length:20" + requestHeaders="Content-Type:text/plain" goldenFile="${wgdir}/javax_servlet/ServletRequest/GetContentLengthTest.html" assertion="Returns the length, in bytes, of the request body and made available by the input stream, or -1 if the length is not known., specified in the Java Servlet Pages Specification v2.3, Sec 14" testStrategy="A Test For ServletRequest.getContentLength() method" -- To unsubscribe, e-mail: For additional commands, e-mail: