nd 2003/11/01 09:28:48
Modified: perl-framework/t/modules include.t
Log:
disable the fsize/flastmod-test for now, until there's a better solution
Revision Changes Path
1.41 +5 -2 httpd-test/perl-framework/t/modules/include.t
Index: include.t
===================================================================
RCS file: /home/cvs/httpd-test/perl-framework/t/modules/include.t,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -u -r1.40 -r1.41
--- include.t 29 Aug 2003 00:05:32 -0000 1.40
+++ include.t 1 Nov 2003 17:28:48 -0000 1.41
@@ -108,12 +108,12 @@
);
#
-# in addition to $tests, there are 1 fsize/flastmod test, 1 GET test,
+# in addition to $tests, there are 0 fsize/flastmod test, 1 GET test,
# 11 XBitHack tests, 2 exec cgi tests, 2 malformed-ssi-directive tests,
# and 14 tests that use mod_bucketeer to construct brigades for mod_include
#
my $tests = scalar(keys %test) + scalar(keys %t_test) + @patterns + 2;
-plan tests => $tests + 31, have_module 'include';
+plan tests => $tests + 30, have_module 'include';
Apache::TestRequest::scheme('http'); #ssl not listening on this vhost
Apache::TestRequest::module('mod_include'); #use this module's port
@@ -158,6 +158,8 @@
);
### FLASTMOD/FSIZE TESTS
+### disabled for now, until there's a better solution.
+my $todo = sub {
unless(eval{require POSIX}) {
skip "POSIX module not found", 1;
}
@@ -203,6 +205,7 @@
"GET ${dir}file.shtml"
);
}
+}; # /todo
### EXEC CGI TESTS
# skipped if !have_cgi