Return-Path: Delivered-To: apmail-httpd-test-cvs-archive@www.apache.org Received: (qmail 74223 invoked from network); 6 Jul 2004 07:56:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 6 Jul 2004 07:56:16 -0000 Received: (qmail 43498 invoked by uid 500); 6 Jul 2004 07:56:33 -0000 Delivered-To: apmail-httpd-test-cvs-archive@httpd.apache.org Received: (qmail 43448 invoked by uid 500); 6 Jul 2004 07:56:32 -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 43429 invoked by uid 99); 6 Jul 2004 07:56:32 -0000 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.27.1) with SMTP; Tue, 06 Jul 2004 00:56:31 -0700 Received: (qmail 74175 invoked by uid 1072); 6 Jul 2004 07:56:12 -0000 Date: 6 Jul 2004 07:56:12 -0000 Message-ID: <20040706075612.74174.qmail@minotaur.apache.org> From: stas@apache.org To: httpd-test-cvs@apache.org Subject: cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestMB.pm X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N stas 2004/07/06 00:56:12 Modified: perl-framework/Apache-Test/lib/Apache TestMB.pm Log: use generate_script sub name Submitted by: David Wheeler Revision Changes Path 1.3 +2 -2 httpd-test/perl-framework/Apache-Test/lib/Apache/TestMB.pm Index: TestMB.pm =================================================================== RCS file: /home/cvs/httpd-test/perl-framework/Apache-Test/lib/Apache/TestMB.pm,v retrieving revision 1.2 retrieving revision 1.3 diff -u -u -r1.2 -r1.3 --- TestMB.pm 24 Jun 2004 13:23:06 -0000 1.2 +++ TestMB.pm 6 Jul 2004 07:56:12 -0000 1.3 @@ -15,7 +15,7 @@ my $self = $pkg->SUPER::new(@_); $self->{properties}{apache_test_args} = $vars; $self->{properties}{apache_test_script} ||= 't/TEST'; - $self->generate_test_script; + $self->generate_script; return $self; } @@ -92,7 +92,7 @@ sub ACTION_cmodules_clean { shift->_cmodues('clean') } # XXX I'd love to make this optional. -sub generate_test_script { +sub generate_script { my $self = shift; # If a file name has been passed in, use it. Otherwise, use the