joes 2004/10/03 19:16:43
Index: in_out_filters.t
===================================================================
RCS file: /home/cvs/modperl-2.0/t/api/in_out_filters.t,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- in_out_filters.t 24 Jul 2004 06:54:25 -0000 1.1
+++ in_out_filters.t 4 Oct 2004 02:16:42 -0000 1.2
@@ -14,5 +14,5 @@
my $expected = lc $content;
my $received = POST_BODY $location, content => $content;
-ok $expected eq $received;
+ok t_cmp $received, $expected, 'lc($in) eq $out';
Joe, please revert this one. The reason it wasn't using t_cmp is because the data length is 500K. You don't want to see 500K * 2 when you run t/TEST -verbose t/api/in_out_filters.t. Sorry for missing it in your previously posted 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]