stas 2004/08/23 11:28:02
Modified: t/response/TestAPI server_const.pm t/response/TestModperl dir_config.pm Log: fix comments Revision Changes Path 1.7 +1 -1 modperl-2.0/t/response/TestAPI/server_const.pm Index: server_const.pm =================================================================== RCS file: /home/cvs/modperl-2.0/t/response/TestAPI/server_const.pm,v retrieving revision 1.6 retrieving revision 1.7 diff -u -u -r1.6 -r1.7 --- server_const.pm 15 Jul 2004 20:52:38 -0000 1.6 +++ server_const.pm 23 Aug 2004 18:28:02 -0000 1.7 @@ -26,7 +26,7 @@ plan $r, tests => 3; - # test Apache::Server constant subroutines + # test Apache::ServerUtil constant subroutines ok t_filepath_cmp(canonpath(Apache::ServerUtil::server_root), canonpath($root), 1.10 +1 -1 modperl-2.0/t/response/TestModperl/dir_config.pm Index: dir_config.pm =================================================================== RCS file: /home/cvs/modperl-2.0/t/response/TestModperl/dir_config.pm,v retrieving revision 1.9 retrieving revision 1.10 diff -u -u -r1.9 -r1.10 --- dir_config.pm 9 Jul 2004 18:53:01 -0000 1.9 +++ dir_config.pm 23 Aug 2004 18:28:02 -0000 1.10 @@ -113,7 +113,7 @@ } - #Apache::Server::dir_config tests + #Apache::ServerUtil::dir_config tests my $s = $r->server;