Return-Path: Delivered-To: apmail-httpd-test-cvs-archive@httpd.apache.org Received: (qmail 18689 invoked by uid 500); 25 Aug 2003 05:48:04 -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 18664 invoked from network); 25 Aug 2003 05:48:03 -0000 Received: from minotaur.apache.org (209.237.227.194) by daedalus.apache.org with SMTP; 25 Aug 2003 05:48:03 -0000 Received: (qmail 52352 invoked by uid 1569); 25 Aug 2003 03:01:41 -0000 Date: 25 Aug 2003 03:01:41 -0000 Message-ID: <20030825030141.52351.qmail@minotaur.apache.org> From: nd@apache.org To: httpd-test-cvs@apache.org Subject: cvs commit: httpd-test/perl-framework/t/modules include.t X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N nd 2003/08/24 20:01:41 Modified: perl-framework/t/modules include.t Added: perl-framework/t/htdocs/modules/include if11.shtml Log: add edge case test for the expression parser. This test currently fails in all apache versions. Revision Changes Path 1.1 httpd-test/perl-framework/t/htdocs/modules/include/if11.shtml Index: if11.shtml =================================================================== pass 1.39 +2 -1 httpd-test/perl-framework/t/modules/include.t Index: include.t =================================================================== RCS file: /home/cvs/httpd-test/perl-framework/t/modules/include.t,v retrieving revision 1.38 retrieving revision 1.39 diff -u -r1.38 -r1.39 --- include.t 24 Aug 2003 00:09:55 -0000 1.38 +++ include.t 25 Aug 2003 03:01:41 -0000 1.39 @@ -60,7 +60,8 @@ "exec/on/cmd.shtml" => "pass", "notreal.shtml" => "pass ", -"parse2.shtml" => "\"" +"parse2.shtml" => "\"", +"if11.shtml" => "pass", ); #this test does not work on win32 ()