forked from pool/apache2-mod_perl
23 lines
501 B
Diff
23 lines
501 B
Diff
![]() |
--- 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;
|
||
|
}
|
||
|
|