From test-dev-return-3410-apmail-httpd-test-dev-archive=httpd.apache.org@httpd.apache.org Tue Nov 09 04:23:48 2004 Return-Path: Delivered-To: apmail-httpd-test-dev-archive@www.apache.org Received: (qmail 77003 invoked from network); 9 Nov 2004 04:23:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 9 Nov 2004 04:23:48 -0000 Received: (qmail 51476 invoked by uid 500); 9 Nov 2004 04:23:46 -0000 Delivered-To: apmail-httpd-test-dev-archive@httpd.apache.org Received: (qmail 51412 invoked by uid 500); 9 Nov 2004 04:23:44 -0000 Mailing-List: contact test-dev-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-dev@httpd.apache.org Received: (qmail 51380 invoked by uid 99); 9 Nov 2004 04:23:44 -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 [66.77.29.165] (HELO secure.exclamationlabs.net) (66.77.29.165) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 08 Nov 2004 20:23:43 -0800 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 iA94Nfb26695; Mon, 8 Nov 2004 22:23:41 -0600 Message-ID: <41904649.1030406@modperlcookbook.org> Date: Mon, 08 Nov 2004 23:23:37 -0500 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@httpd.apache.org CC: dev@perl.apache.org Subject: [RELEASE CANDIDATE] Apache-Test 1.16 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-2.apache.org 1.6.2 0/1000/N a release candidate for Apache-Test 1.16 is now available. http://perl.apache.org/~geoff/Apache-Test-1.16-dev.tar.gz this release marks the introduction of Apache::TestRunPHP, test harness hooks for running server-side tests from PHP scripts. please take the time to excercise the candidate through all your existing applications that use Apache-Test and report back successes or failures. --Geoff Changes since 1.15: launder the require()d custom config filename to make -T happy [Torsten Fortsch ] added Apache::TestRunPHP and Apache::TestConfigPHP classes, which provide a framework for server-side testing via PHP scripts [Geoffrey Young] fix problem with multiple all.t files where only the final file was being run through the test harness. [Geoffrey Young] Documented that redirection does not work with "POST" requests in Apache::TestRequest unless LWP is installed. [David Wheeler] Separated the setting of the undocumented $RedirectOK package variable by users of Apache::TestRequest from when it is set internally by passing the "requests_redirectable" parameter to the user_agent() method. This allows users to override the behavior set by the user_agent() method without replacing it. [David Wheeler]