Return-Path: Delivered-To: apmail-perl-test-dev-archive@www.apache.org Received: (qmail 95874 invoked from network); 3 May 2005 12:27:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 3 May 2005 12:27:03 -0000 Received: (qmail 20208 invoked by uid 500); 3 May 2005 12:22:27 -0000 Mailing-List: contact test-dev-help@perl.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: test-dev@perl.apache.org Delivered-To: mailing list test-dev@perl.apache.org Received: (qmail 20190 invoked by uid 99); 3 May 2005 12:22:26 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from secure.exclamationlabs.net (HELO secure.exclamationlabs.net) (66.77.29.165) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 03 May 2005 05:22:26 -0700 Received: from [192.168.2.160] (pcp0010804675pcs.walngs01.pa.comcast.net [69.142.163.148]) (authenticated (0 bits)) by secure.exclamationlabs.net (8.11.6/8.11.6) with ESMTP id j43CKbb24146 for ; Tue, 3 May 2005 07:20:37 -0500 Message-ID: <42776C8B.3030204@modperlcookbook.org> Date: Tue, 03 May 2005 08:20:27 -0400 From: Geoffrey Young User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.3) Gecko/20040927 X-Accept-Language: en-us, en MIME-Version: 1.0 To: test-dev@perl.apache.org Subject: Re: svn commit: r165381 - /perl/Apache-Test/branches/test-more-unstable/lib/Apache/Test.pm References: <20050430065300.55762.qmail@minotaur.apache.org> <4276626F.8090803@modperlcookbook.org> <42771878.2010602@stason.org> In-Reply-To: <42771878.2010602@stason.org> X-Enigmail-Version: 0.86.1.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N > But it didn't really change anythings, but enforce Test::More. Are you > sure other tests where you use Test::More don't behave that way? yes. from trunk: $ make test TEST_FILES=t/more/02testmore.t; echo $? ... t/more/02testmore....request has failed (the response code was: 404) ... make: *** [run_tests] Error 1 2 from test-more-unstable $ make test TEST_FILES=t/more/02testmore.t; echo $? ... t/more/02testmore....request has failed (the response code was: 404) ... 0 > > I've now committed it to the unstable branch, do you still see it that way? the above test was with a fresh checkout. --Geoff