Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@apache.org Received: (qmail 94960 invoked from network); 9 Jul 2002 17:28:07 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 9 Jul 2002 17:28:07 -0000 Received: (qmail 21791 invoked by uid 97); 9 Jul 2002 17:28:19 -0000 Delivered-To: qmlist-jakarta-archive-commons-dev@jakarta.apache.org Received: (qmail 21763 invoked by uid 97); 9 Jul 2002 17:28:18 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 21752 invoked by uid 97); 9 Jul 2002 17:28:18 -0000 X-Antivirus: nagoya (v4198 created Apr 24 2002) Date: 9 Jul 2002 17:28:00 -0000 Message-ID: <20020709172800.20078.qmail@icarus.apache.org> From: dion@apache.org To: jakarta-commons-cvs@apache.org Subject: cvs commit: jakarta-commons/latka/src/jelly latka.jelly X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N dion 2002/07/09 10:28:00 Modified: latka/src/jelly latka.jelly Log: Tests for cookie tag Revision Changes Path 1.14 +35 -13 jakarta-commons/latka/src/jelly/latka.jelly Index: latka.jelly =================================================================== RCS file: /home/cvs/jakarta-commons/latka/src/jelly/latka.jelly,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- latka.jelly 8 Jul 2002 01:53:19 -0000 1.13 +++ latka.jelly 9 Jul 2002 17:28:00 -0000 1.14 @@ -2,13 +2,14 @@ - + trim="false"> +Tests for Get tag +----------------- request ok @@ -16,10 +17,12 @@ Results for mtc url are: http return code = ${mtc.statusCode} size of result = ${mtc.responseBodyAsString.length()} response time = ${mtc.responseTime} + + MTC URL too big header[${i}] = ${header} - + @@ -30,11 +33,12 @@ reqHeader[${i}] = ${rHeader} - + http return code = ${badurl.statusCode} bad response time = ${badurl.responseTime} in msec - +Tests for Post tag +------------------ @@ -47,21 +51,21 @@ jdc.header[${i}] = ${header} - - head tag test results +Tests for Head tag +------------------ header[${i}] = ${header} - - options tag test results +Tests for Options tag +--------------------- header[${i}] = ${header} - +Tests for Body tag +------------------ -
@@ -90,10 +94,28 @@ reqHeader[${i}] = ${rHeader} - google response = ${google.statusCode}, ${google.statusText} ${google.responseBodyAsString} - + + + +Tests for Cookie tag +--------------------- + + + + + + + SC: ${ph.getResponseHeader("Set-Cookie")} + + no apache cookie + + + element[${i}] = ${element} + + -- To unsubscribe, e-mail: For additional commands, e-mail: