Return-Path: Delivered-To: apmail-httpd-test-cvs-archive@httpd.apache.org Received: (qmail 24143 invoked by uid 500); 7 Aug 2003 21:10:52 -0000 Mailing-List: contact test-cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: test-dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list test-cvs@httpd.apache.org Received: (qmail 24119 invoked from network); 7 Aug 2003 21:10:50 -0000 Date: 7 Aug 2003 21:11:02 -0000 Message-ID: <20030807211102.45900.qmail@minotaur.apache.org> From: nd@apache.org To: httpd-test-cvs@apache.org Subject: cvs commit: httpd-test/perl-framework/t/modules include.t X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N nd 2003/08/07 14:11:02 Modified: perl-framework/t/modules include.t Added: perl-framework/t/htdocs/modules/include/bucketeer y8.shtml Log: add another brigade boundary crash test Revision Changes Path 1.1 httpd-test/perl-framework/t/htdocs/modules/include/bucketeer/y8.shtml Index: y8.shtml =================================================================== TSetFalseSetDone 1.28 +7 -1 httpd-test/perl-framework/t/modules/include.t Index: include.t =================================================================== RCS file: /home/cvs/httpd-test/perl-framework/t/modules/include.t,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- include.t 28 Jul 2003 19:25:56 -0000 1.27 +++ include.t 7 Aug 2003 21:11:02 -0000 1.28 @@ -270,9 +270,15 @@ "GET $dir$doc" ); + $expected= "FalseSetDone"; + $doc = "bucketeer/y8.shtml"; + ok t_cmp($expected, + super_chomp(GET_BODY "$dir$doc"), + "GET $dir$doc" + ); } else { - for (1..9) { + for (1..10) { skip "Skipping bucket boundary tests, no mod_bucketeer", 1; } }