At Thu, 04 Jul 2002 18:46:26 +0800, Stas Bekman wrote: > Does you 'make test' pass properly? Though it doesn't test the thing you > are talking about. Therefore I upgraded the reverse test filter to test > for $filter->print(). Before I commit it, please try it first, it works > for me.
first try with: perl 5.8.0 RC2 httpd 2.0.39 (worker MPM) mod_perl CVS filter tests pass okay, but Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- apache/compat2.t 50 1 2.00% 46 apr/perlio.t 11 1 9.09% 2 here's a detail: # testing : Apache::Util::parsedate # expected: 1025779533 # received: '0' not ok 46 # write to a file: # This is a test: 15197 # testing : expected failure # expected: 'No such file or directory' # received: 'そのようなファイルやディレクトリはありません' not ok 2 ok 3 Well, it seems to be due to locale (japanese) stuff in my linux box. Then I put in your test files and run filter/ tests: filter/api...............ok filter/buckets...........ok filter/input_body........ok filter/input_msg.........ok filter/lc................ok filter/reverse...........ok Okay another key: my httpd.conf is something like this. LoadModule perl_module modules/mod_perl.so PerlInitHandler Apache::Reload PerlOptions +SetupEnv PerlModule Slasher::HTMLTemplate <Location /tmpl> PerlOptions +GlobalRequest PerlOutputFilterHandler Slasher::HTMLTemplate </Location> I mean I don't use perl-script or modperl for content generation. just serves plain .html file with default-handler. -- Tatsuhiko Miyagawa <[EMAIL PROTECTED]> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
