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/05/12 01:51:11 UTC

cvs commit: modperl-2.0/t/filter/TestFilter both_str_con_add.pm

stas        2003/05/11 16:51:11

  Modified:    t/filter both_str_con_add.t
               t/filter/TestFilter both_str_con_add.pm
  Log:
  correct the module name to use :: and not __
  
  Revision  Changes    Path
  1.3       +1 -1      modperl-2.0/t/filter/both_str_con_add.t
  
  Index: both_str_con_add.t
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/t/filter/both_str_con_add.t,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- both_str_con_add.t	18 Apr 2003 06:18:56 -0000	1.2
  +++ both_str_con_add.t	11 May 2003 23:51:11 -0000	1.3
  @@ -9,7 +9,7 @@
   
   plan tests => 1 + @test_strings;
   
  -my $module = "TestFilter__both_str_con_add";
  +my $module = "TestFilter::both_str_con_add";
   my $socket = Apache::TestRequest::vhost_socket($module);
   
   ok $socket;
  
  
  
  1.6       +1 -1      modperl-2.0/t/filter/TestFilter/both_str_con_add.pm
  
  Index: both_str_con_add.pm
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/t/filter/TestFilter/both_str_con_add.pm,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- both_str_con_add.pm	18 Apr 2003 06:18:57 -0000	1.5
  +++ both_str_con_add.pm	11 May 2003 23:51:11 -0000	1.6
  @@ -78,7 +78,7 @@
   1;
   __END__
   <NoAutoConfig>
  -  <VirtualHost TestFilter__both_str_con_add>
  +  <VirtualHost TestFilter::both_str_con_add>
         PerlModule                   TestFilter::both_str_con_add
         PerlPreConnectionHandler     TestFilter::both_str_con_add::pre_connection
         PerlProcessConnectionHandler TestFilter::both_str_con_add