Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@apache.org Received: (qmail 36607 invoked from network); 14 Jul 2002 12:39:21 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 14 Jul 2002 12:39:21 -0000 Received: (qmail 29606 invoked by uid 97); 14 Jul 2002 12:39:32 -0000 Delivered-To: qmlist-jakarta-archive-commons-dev@jakarta.apache.org Received: (qmail 29579 invoked by uid 97); 14 Jul 2002 12:39:31 -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 29567 invoked by uid 97); 14 Jul 2002 12:39:31 -0000 X-Antivirus: nagoya (v4198 created Apr 24 2002) Date: 14 Jul 2002 12:39:13 -0000 Message-ID: <20020714123913.10273.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/14 05:39:13 Modified: latka/src/jelly latka.jelly Log: Rework of test file for new taglib definitions Revision Changes Path 1.18 +41 -42 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.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- latka.jelly 14 Jul 2002 11:55:13 -0000 1.17 +++ latka.jelly 14 Jul 2002 12:39:13 -0000 1.18 @@ -1,54 +1,54 @@ - - Tests for Get tag ----------------- - + request ok - Results for mtc url are: - http return code = ${mtc.statusCode} - http status text = '${mtc.statusText}' - size of result = ${mtc.responseBodyAsString.length()} - response time = ${mtc.responseTime} - Bad status text 1 - Bad status text 2 + Results for mtc url are: + http return code = ${mtc.statusCode} + http status text = '${mtc.statusText}' + size of result = ${mtc.responseBodyAsString.length()} + response time = ${mtc.responseTime} + Bad status text 1 + Bad status text 2 - over 5s + over 5s - MTC URL too big + MTC URL too big - + Bad host for mtc 1 - - + + Bad host for mtc 2 - + - + Bad server for mtc 1 - - + Bad server for mtc 2 - + header[${i}] = ${header} - +
@@ -59,14 +59,14 @@ reqHeader[${i}] = ${rHeader} - + http return code = ${badurl.statusCode} - not ok badurl - whoops, expecting a 404 + not ok badurl + whoops, expecting a 404 bad response time = ${badurl.responseTime} in msec Tests for Post tag ------------------ - + @@ -74,21 +74,21 @@ jdc login result = ${jdc.statusCode} good login = ${jdc.responseBodyAsString.indexOf("Sorry!") == "-1"} - - + + bad pattern 1 - - - + + + bad pattern 2 - - - + + + bad pattern 3 - + jdc response time = ${jdc.responseTime} in msec @@ -96,20 +96,20 @@ Tests for Head tag ------------------ - + header[${i}] = ${header} Tests for Options tag --------------------- - + header[${i}] = ${header} Tests for Body tag ------------------ - +
Tests for Cookie tag --------------------- - + @@ -152,7 +152,7 @@ SC: ${ph.getResponseHeader("Set-Cookie")} - no apache cookie + no apache cookie @@ -160,6 +160,5 @@ - - + -- To unsubscribe, e-mail: For additional commands, e-mail: