Return-Path: Delivered-To: apmail-httpd-test-cvs-archive@httpd.apache.org Received: (qmail 4845 invoked by uid 500); 28 Jul 2003 19:25:57 -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 4833 invoked from network); 28 Jul 2003 19:25:57 -0000 Date: 28 Jul 2003 19:25:56 -0000 Message-ID: <20030728192556.77885.qmail@icarus.apache.org> From: jorton@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 jorton 2003/07/28 12:25:56 Modified: perl-framework/t/modules include.t Log: Fix lack of test 55 result when used without mod_bucketeer. Revision Changes Path 1.27 +1 -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.26 retrieving revision 1.27 diff -u -u -r1.26 -r1.27 --- include.t 21 Jul 2003 20:50:35 -0000 1.26 +++ include.t 28 Jul 2003 19:25:56 -0000 1.27 @@ -272,7 +272,7 @@ } else { - for (1..8) { + for (1..9) { skip "Skipping bucket boundary tests, no mod_bucketeer", 1; } }