jorton      2004/10/14 07:15:53

  Modified:    perl-framework/t/modules deflate.t
  Log:
  Skip tests if mod_echo_post wasn't loaded.
  
  Revision  Changes    Path
  1.5       +1 -1      httpd-test/perl-framework/t/modules/deflate.t
  
  Index: deflate.t
  ===================================================================
  RCS file: /home/cvs/httpd-test/perl-framework/t/modules/deflate.t,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -d -w -u -r1.4 -r1.5
  --- deflate.t 4 Aug 2004 15:44:09 -0000       1.4
  +++ deflate.t 14 Oct 2004 14:15:52 -0000      1.5
  @@ -16,7 +16,7 @@
   my $vars = Apache::Test::vars();
   my $module = 'default';
   
  -plan tests => $tests, need_module 'deflate';
  +plan tests => $tests, need 'deflate', 'echo_post';
   
   print "testing $module\n";
   
  
  
  

Reply via email to