[EMAIL PROTECTED] wrote:

dougm       01/12/17 16:47:03

  Modified:    perl-framework/Apache-Test/lib/Apache Test.pm
  Log:
  reset %Test::todo in test_pm_refresh()


BTW, I've already communicated this problem to schwern, Test.pm in 5.6.2 and 5.8.0 will work properly without these workarounds.


Revision Changes Path
1.40 +1 -0 httpd-test/perl-framework/Apache-Test/lib/Apache/Test.pm
Index: Test.pm
===================================================================
RCS file: /home/cvs/httpd-test/perl-framework/Apache-Test/lib/Apache/Test.pm,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- Test.pm 2001/12/07 19:27:07 1.39
+++ Test.pm 2001/12/18 00:47:03 1.40
@@ -51,6 +51,7 @@
$Test::TESTOUT = \*STDOUT;
$Test::planned = 0;
$Test::ntest = 1;
+ %Test::todo = ();
}
sub init_test_pm {





--


_____________________________________________________________________ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide http://perl.apache.org/guide mailto:[EMAIL PROTECTED] http://ticketmaster.com http://apacheweek.com http://singlesheaven.com http://perl.apache.org http://perlmonth.com/



Reply via email to