On Sat, 22 Jun 2002, William A. Rowe, Jr. wrote:

> This one is just plain silly, looks like a semantics error...
>
> modules\include.t                     51    6  11.76%  46-51
>
> ok 36
> ok 37 # Skipping XBitHack tests on this platform
> ok 38 # Skipping XBitHack tests on this platform
> ok 39 # Skipping XBitHack tests on this platform
> ok 40 # Skipping XBitHack tests on this platform
> ok 41 # Skipping XBitHack tests on this platform
> ok 42 # Skipping XBitHack tests on this platform
> ok 43 # Skipping XBitHack tests on this platform
> ok 44 # Skipping XBitHack tests on this platform
> ok 45 # Skipping XBitHack tests on this platform
> FAILED tests 46-51
>       Failed 6/51 tests, 88.24% okay (-9 skipped tests: 36 okay, 70.59%)
>
> Since when is a skip == failure :-?

The following

===================================================================
Index: t/modules/include.t
===================================================================
RCS file: /home/cvspublic/httpd-test/perl-framework/t/modules/include.t,v
retrieving revision 1.21
diff -u -r1.21 include.t
--- t/modules/include.t 20 Jun 2002 04:05:04 -0000      1.21
+++ t/modules/include.t 22 Jun 2002 21:31:00 -0000
@@ -141,9 +141,9 @@
     for (1..9) {
         skip "Skipping XBitHack tests on this platform", 1;
     }
-    exit;
+#    exit;
 }
-
+else {
 ### XBITHACK TESTS
 # test xbithack off
 $doc = "xbithack/off/test.html";
@@ -189,7 +189,7 @@
          "XBitHack full [0554]"
         );

-
+}
 ### MOD_BUCKETEER+MOD_INCLUDE TESTS
 # we can use mod_bucketeer to create edge conditions for mod_include, since
 # it allows us to create bucket and brigade boundaries wherever we want

===================================================================

is one way of fixing this.

best regards,
randy kobes

Reply via email to