forked from pool/apache2-mod_perl
This commit is contained in:
committed by
Git OBS Bridge
parent
5d1d9c72cf
commit
316c8b5af0
22
apache2-mod_perl-2.0.3-server_const.diff
Normal file
22
apache2-mod_perl-2.0.3-server_const.diff
Normal file
@@ -0,0 +1,22 @@
|
||||
--- t/response/TestAPI/server_const.pm
|
||||
+++ t/response/TestAPI/server_const.pm
|
||||
@@ -24,7 +24,7 @@
|
||||
|
||||
my $r = shift;
|
||||
|
||||
- plan $r, tests => 3;
|
||||
+ plan $r, tests => 2;
|
||||
|
||||
# test Apache2::ServerUtil constant subroutines
|
||||
|
||||
@@ -36,10 +36,6 @@
|
||||
$built,
|
||||
'Apache2::ServerUtil::get_server_built()');
|
||||
|
||||
- ok t_cmp(Apache2::ServerUtil::get_server_version,
|
||||
- $version,
|
||||
- 'Apache2::ServerUtil::get_server_version()');
|
||||
-
|
||||
Apache2::Const::OK;
|
||||
}
|
||||
|
Reference in New Issue
Block a user