Steve Hay wrote:
[...]
After making this change I found that reload.t now fails test 2. This patch (against current CVS, since I can't get SVN working) fixes that:

Index: t/modules/reload.t
===================================================================
RCS file: /home/cvspublic/modperl-2.0/t/modules/reload.t,v
retrieving revision 1.4
diff -u -u -r1.4 reload.t
--- t/modules/reload.t  11 Sep 2004 01:02:28 -0000      1.4
+++ t/modules/reload.t  26 Nov 2004 18:05:21 -0000
@@ -53,7 +53,7 @@
 touch_mtime($test_file);

 {
-    my $expected = join '', map { "$_:" . uc($_) . "\n" } sort @tests;
+    my $expected = join '', map { "$_:$_\n" } sort @tests;
     my $received = get_body($same_interp, \&GET, $location);
     $skip++ unless defined $received;
     skip_not_same_interp(

what was the error message/failure? it works fine for me w/o the patch.

--
__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to