jorton      2003/07/28 12:25:56

  Modified:    perl-framework/t/modules include.t
  Log:
  Fix lack of test 55 result when used without mod_bucketeer.
  
  Revision  Changes    Path
  1.27      +1 -1      httpd-test/perl-framework/t/modules/include.t
  
  Index: include.t
  ===================================================================
  RCS file: /home/cvs/httpd-test/perl-framework/t/modules/include.t,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -u -r1.26 -r1.27
  --- include.t 21 Jul 2003 20:50:35 -0000      1.26
  +++ include.t 28 Jul 2003 19:25:56 -0000      1.27
  @@ -272,7 +272,7 @@
   
   }
   else {
  -    for (1..8) {
  +    for (1..9) {
           skip "Skipping bucket boundary tests, no mod_bucketeer", 1;
       }
   }
  
  
  

Reply via email to