You are viewing a plain text version of this content. The canonical link for it is here.
Posted to test-cvs@httpd.apache.org by jo...@apache.org on 2004/08/20 11:41:59 UTC

cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestConfigParse.pm

jorton      2004/08/20 02:41:59

  Modified:    perl-framework/Apache-Test/lib/Apache TestConfigParse.pm
  Log:
  Add proxy_balancer to fix t/modules/info.t.
  
  Revision  Changes    Path
  1.47      +6 -5      httpd-test/perl-framework/Apache-Test/lib/Apache/TestConfigParse.pm
  
  Index: TestConfigParse.pm
  ===================================================================
  RCS file: /home/cvs/httpd-test/perl-framework/Apache-Test/lib/Apache/TestConfigParse.pm,v
  retrieving revision 1.46
  retrieving revision 1.47
  diff -d -w -u -r1.46 -r1.47
  --- TestConfigParse.pm	16 Apr 2004 20:29:23 -0000	1.46
  +++ TestConfigParse.pm	20 Aug 2004 09:41:58 -0000	1.47
  @@ -153,6 +153,7 @@
       'mod_pop.c'           => 'pop_core.c',
       'mod_proxy_http.c'    => 'proxy_http.c',
       'mod_proxy_ftp.c'     => 'proxy_ftp.c',
  +    'mod_proxy_balancer.c' => 'proxy_balancer.c',
       'mod_proxy_connect.c' => 'proxy_connect.c',
       'mod_modperl.c'       => 'mod_perl.c',
   );