Sorry, it was a different problem. This should fix it. Will commit that shortly.

Index: t/apr-ext/threadmutex.t
===================================================================
RCS file: /home/cvs/modperl-2.0/t/apr-ext/threadmutex.t,v
retrieving revision 1.1
diff -u -r1.1 threadmutex.t
--- t/apr-ext/threadmutex.t     15 Jul 2004 15:30:24 -0000      1.1
+++ t/apr-ext/threadmutex.t     11 Sep 2004 00:45:41 -0000
@@ -4,6 +4,6 @@

 use TestAPRlib::threadmutex;

-plan tests => TestAPRlib::threadmutex::num_of_tests();
+plan tests => TestAPRlib::threadmutex::num_of_tests(), need_threads;

 TestAPRlib::threadmutex::test();

--
__________________________________________________________________
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

--
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html



Reply via email to