"t/sample-tests/todo" in the Test-Harness distribution reads:

<<<<<<<<<<<
print <<DUMMY_TEST;
1..5 todo 3   2;
ok 1
ok 2
not ok 3
ok 4
ok 5
DUMMY_TEST
>>>>>>>>>>>

As one can see, the "1..5" plan is followed by the "todo 3  2;" directive. 
This is supposed to indicate something about plan ahead todo tests. (Instead 
of the "# TODO" directives in the individual tests' outputs. Now:

1. t/sample-tests/todo is being run by Test-Harness, which seems to think 
the "not ok 3" is a todo test.

2. This todo-enabled plan is not documented in:

http://search.cpan.org/~petdance/Test-Harness/lib/Test/Harness/TAP.pod

3. TAPx-Parser version 0.20 cannot handle it.

--------------

I'd like to know what I should do about this feature, because right now I'm 
trying to convert Test-Run to use TAPX::Harness, and this is giving me 
problems.

Regards,

        Shlomi Fish

---------------------------------------------------------------------
Shlomi Fish      [EMAIL PROTECTED]
Homepage:        http://www.shlomifish.org/

Chuck Norris wrote a complete Perl 6 implementation in a day but then
destroyed all evidence with his bare hands, so no one will know his secrets.

Reply via email to