Return-Path: Delivered-To: apmail-httpd-test-cvs-archive@httpd.apache.org Received: (qmail 23148 invoked by uid 500); 16 Nov 2001 23:58:28 -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 23137 invoked from network); 16 Nov 2001 23:58:27 -0000 Date: 16 Nov 2001 23:44:34 -0000 Message-ID: <20011116234434.84679.qmail@icarus.apache.org> From: dougm@apache.org To: httpd-test-cvs@apache.org Subject: cvs commit: httpd-test/perl-framework/t/protocol echo.t X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N dougm 01/11/16 15:44:34 Modified: perl-framework/t/protocol echo.t Log: fix plan Revision Changes Path 1.2 +1 -1 httpd-test/perl-framework/t/protocol/echo.t Index: echo.t =================================================================== RCS file: /home/cvs/httpd-test/perl-framework/t/protocol/echo.t,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- echo.t 2001/11/16 20:08:10 1.1 +++ echo.t 2001/11/16 23:44:34 1.2 @@ -20,7 +20,7 @@ unshift @modules, 'mod_echo_ssl'; } -plan tests => $tests, 'mod_echo'; +plan tests => $tests, ['mod_echo']; for my $module (@modules) { print "testing $module\n";