Sorry, I spoke too soon.  I found the "TEST" program. :)

It does fail for me:
...
modperl/methodobj..............ok
modperl/perl...................FAILED test 1
        Failed 1/1 tests, 0.00% okay
modperl/pnotes.................ok
...
Failed Test    Stat Wstat Total Fail  Failed  List of Failed
-------------------------------------------------------------------------------
modperl/perl.t                1    1 100.00%  1





> David,
> 
> How do I reproduce this problem? I've added a test (get the latest cvs) and it 
> doesn't fail. Can you break this test?
> 
>    Revision  Changes    Path
>    1.1                  modperl-2.0/t/response/TestModperl/perl.pm
> 
>    Index: perl.pm
>    ===================================================================
>    package TestModperl::perl;
> 
>    # this test includes tests for buggy Perl functions for which mod_perl
>    # provides a workaround
> 
>    use strict;
>    use warnings FATAL => 'all';
> 
>    use Apache::Test;
>    use Apache::TestUtil;
> 
>    use Apache::Const -compile => 'OK';
> 
>    sub handler {
>        my $r = shift;
> 
>        plan $r, tests => 1;
> 
>        ok t_cmp("SNXJvM5I.PJrE",
>                 crypt("testing", "SNXJvM5I.PJrE"),
>                 "crypt");
> 
>        Apache::OK;
>    }
> 
>    1;
>    __END__
> 
> 
> 
> 
> 
> 
> 
> __________________________________________________________________
> 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