Return-Path: Delivered-To: apmail-httpd-test-dev-archive@www.apache.org Received: (qmail 92726 invoked from network); 29 Sep 2004 09:33:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 29 Sep 2004 09:33:47 -0000 Received: (qmail 91074 invoked by uid 500); 29 Sep 2004 09:32:45 -0000 Delivered-To: apmail-httpd-test-dev-archive@httpd.apache.org Received: (qmail 90887 invoked by uid 500); 29 Sep 2004 09:32:42 -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 90702 invoked by uid 99); 29 Sep 2004 09:32:39 -0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of jorton@redhat.com designates 66.187.233.31 as permitted sender) Received: from [66.187.233.31] (HELO mx1.redhat.com) (66.187.233.31) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 29 Sep 2004 02:32:37 -0700 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.10) with ESMTP id i8T9Q7h4000338 for ; Wed, 29 Sep 2004 05:26:13 -0400 Received: from radish.cambridge.redhat.com (radish.cambridge.redhat.com [172.16.18.90]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id i8T9Q7r18720 for ; Wed, 29 Sep 2004 05:26:07 -0400 Received: from radish.cambridge.redhat.com (localhost.localdomain [127.0.0.1]) by radish.cambridge.redhat.com (8.12.10/8.12.7) with ESMTP id i8T9Q6NE010538 for ; Wed, 29 Sep 2004 10:26:06 +0100 Received: (from jorton@localhost) by radish.cambridge.redhat.com (8.12.10/8.12.10/Submit) id i8T9Q5Ne010537 for test-dev@httpd.apache.org; Wed, 29 Sep 2004 10:26:05 +0100 Date: Wed, 29 Sep 2004 10:26:05 +0100 From: Joe Orton To: test-dev@httpd.apache.org Subject: Re: cvs commit: httpd-test/perl-framework/t/protocol nntp-like.t Message-ID: <20040929092605.GA10530@redhat.com> Mail-Followup-To: test-dev@httpd.apache.org References: <20040929065342.88035.qmail@minotaur.apache.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20040929065342.88035.qmail@minotaur.apache.org> User-Agent: Mutt/1.4.1i X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N On Wed, Sep 29, 2004 at 06:53:42AM -0000, jerenkrantz@apache.org wrote: > jerenkrantz 2004/09/28 23:53:42 > > Modified: perl-framework/c-modules/nntp_like mod_nntp_like.c > perl-framework/t/apache contentlength.t > perl-framework/t/protocol nntp-like.t > Log: > Fix up nntp-like and content-length tests to pass. To pass against what httpd on what platform? They were passing on Linux against 2.0 and HEAD. But now they're not :) Against HEAD I now get: t/apache/contentlength......# Failed test 2 in t/apache/contentlength.t at line 54 # Failed test 4 in t/apache/contentlength.t at line 54 fail #2 FAILED tests 2, 4 Failed 2/20 tests, 90.00% okay Yup, the t_cmp arguments were flipped a while back.