[tapx-dev] [commit][221] Fixed TODO / SKIP confusion due to #TODO or #SKIP passing through test output to harness .
andy at hexten.net
andy at hexten.net
Fri Aug 10 15:09:55 BST 2007
Revision: 221
Author: andy
Date: 2007-08-10 15:09:55 +0100 (Fri, 10 Aug 2007)
Log Message:
-----------
Fixed TODO / SKIP confusion due to #TODO or #SKIP passing through test output to harness.
Modified Paths:
--------------
trunk/t/020-regression.t
Modified: trunk/t/020-regression.t
===================================================================
--- trunk/t/020-regression.t 2007-08-10 13:26:46 UTC (rev 220)
+++ trunk/t/020-regression.t 2007-08-10 14:09:55 UTC (rev 221)
@@ -3060,6 +3060,7 @@
? $result->description
: $result->raw;
$desc = $result->plan if $result->is_plan && $desc =~ /SKIP/i;
+ $desc =~ s/#/<hash>/g;
ok defined $expected, "$test $count We should have a result for $desc";
$count++;
while ( my ( $method, $answer ) = each %$expected ) {
More information about the tapx-dev
mailing list