You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl-cvs@perl.apache.org by st...@apache.org on 2003/09/18 08:43:45 UTC

cvs commit: modperl-2.0/ModPerl-Registry/t 500.t

stas        2003/09/17 23:43:45

  Modified:    ModPerl-Registry/t 500.t
  Log:
  apache 2.0.46 or higher is required, remove the check for 2.0.42
  
  Revision  Changes    Path
  1.9       +1 -6      modperl-2.0/ModPerl-Registry/t/500.t
  
  Index: 500.t
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/ModPerl-Registry/t/500.t,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -u -r1.8 -r1.9
  --- 500.t	22 Aug 2003 19:16:50 -0000	1.8
  +++ 500.t	18 Sep 2003 06:43:45 -0000	1.9
  @@ -5,12 +5,7 @@
   use Apache::TestUtil;
   use Apache::TestRequest qw(GET);
   
  -use constant HAVE_MIN_APACHE_2_0_42 => have_min_apache_version("2.0.42");
  -
  -my $tests = 5;
  -$tests += 2 if HAVE_MIN_APACHE_2_0_42;
  -
  -plan tests => $tests;
  +plan tests => 7;
   
   {
       # the script changes the status before the run-time error happens,