Return-Path: Delivered-To: apmail-httpd-test-cvs-archive@www.apache.org Received: (qmail 81425 invoked from network); 26 Oct 2004 01:24:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 26 Oct 2004 01:24:55 -0000 Received: (qmail 11137 invoked by uid 500); 26 Oct 2004 01:24:55 -0000 Delivered-To: apmail-httpd-test-cvs-archive@httpd.apache.org Received: (qmail 11059 invoked by uid 500); 26 Oct 2004 01:24:53 -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 11038 invoked by uid 99); 26 Oct 2004 01:24:53 -0000 X-ASF-Spam-Status: No, hits=-10.0 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.28) with SMTP; Mon, 25 Oct 2004 18:24:53 -0700 Received: (qmail 81377 invoked by uid 1462); 26 Oct 2004 01:24:52 -0000 Date: 26 Oct 2004 01:24:52 -0000 Message-ID: <20041026012452.81376.qmail@minotaur.apache.org> From: geoff@apache.org To: httpd-test-cvs@apache.org Subject: cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestConfigPHP.pm X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N geoff 2004/10/25 18:24:52 Modified: perl-framework/Apache-Test/lib/Apache TestConfigPHP.pm Log: major overhaul from chris shiflett get skip() working, among other things Revision Changes Path 1.6 +99 -91 httpd-test/perl-framework/Apache-Test/lib/Apache/TestConfigPHP.pm Index: TestConfigPHP.pm =================================================================== RCS file: /home/cvs/httpd-test/perl-framework/Apache-Test/lib/Apache/TestConfigPHP.pm,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- TestConfigPHP.pm 25 Oct 2004 17:19:11 -0000 1.5 +++ TestConfigPHP.pm 26 Oct 2004 01:24:52 -0000 1.6 @@ -183,109 +183,73 @@ __DATA__ 0) - { - global $num_failures; - # FIXME: This reeks of Perl - exit($num_failures > 254 ? 254 : $num_failures); - } - else + if ($_no_plan) { - # Don't return anything + echo "1..$_test\n"; } } ?>