You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@perl.apache.org by Geoffrey Young <ge...@modperlcookbook.org> on 2007/03/17 15:16:12 UTC

[Fwd: [rt.cpan.org #25506] Failed "make test" in 2.0.3 at t/apache/util.t and t/api/server_const.t]


-------- Original Message --------
Subject: [rt.cpan.org #25506] Failed "make test" in 2.0.3 at
t/apache/util.t and t/api/server_const.t
Date: Sat, 17 Mar 2007 02:31:16 -0400
From:  via RT <bu...@rt.cpan.org>
Reply-To: bug-mod_perl@rt.cpan.org
To: undisclosed-recipients:;
References: <RT...@rt.cpan.org>
<rt...@rt.cpan.org>


       Queue: mod_perl
 Ticket <URL: http://rt.cpan.org/Ticket/Display.html?id=25506 >

    Hi.  This is imacat.  I have more information regarding to this failure.

    I searched the Google and found a way to dig into this issue, so I
did more tests.

    The error in t/apache/util.t is due to the locale issue that the
server return the time in the user's locale.  Maybe you should unset the
locale or set it to "C" before testing.

    The error in t/api/server_const.t is due to the minor version
difference in server version text, as described and suggested in:

http://marc.theaimsgroup.com/?l=apache-modperl&m=116923516222025&w=2

    I attached the console log that reproduces this error.  Please tell
me if you need any more information.  Thank you.