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 do...@hyperreal.org on 1998/10/30 03:01:35 UTC

cvs commit: modperl/t/internal table.t tie.t

dougm       98/10/29 18:01:34

  Modified:    t/modules perlrunxs.t
  Added:       t/internal table.t
  Removed:     t/internal tie.t
  Log:
  oops, forgot to s/tie.t/table.t/ here
  
  Revision  Changes    Path
  1.3       +1 -1      modperl/t/modules/perlrunxs.t
  
  Index: perlrunxs.t
  ===================================================================
  RCS file: /export/home/cvs/modperl/t/modules/perlrunxs.t,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- perlrunxs.t	1998/10/02 21:51:09	1.2
  +++ perlrunxs.t	1998/10/30 02:01:32	1.3
  @@ -15,7 +15,7 @@
   
   my $i = 0;
   my @internal = map { "$dir/internal/$_" } 
  -qw(api.t http-get.t http-post.t tie.t);
  +qw(api.t http-get.t http-post.t table.t);
   my $tests = @internal;
   print "1..$tests\n";
   
  
  
  
  1.1                  modperl/t/internal/table.t
  
  Index: table.t
  ===================================================================
  use Apache::test;
  
  skip_test unless $net::callback_hooks{PERL_TABLE_API};
  
  print fetch "$PERL_DIR/tie_table.pl";