Skip Menu |

This queue is for tickets about the Test-Group CPAN distribution.

Report information
The Basics
Id: 95779
Status: open
Priority: 0/
Queue: Test-Group

People
Owner: Nobody in particular
Requestors: bohica [...] ntlworld.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in:
  • 0.19
  • 0.19_01
Fixed in: (no value)



Subject: Fails tests probably due to addition of comment on sub test in Test::More
I get quite a lot of failures with 0.19 and 0.19_1 running under Perl 5.19.10. Failures like this: # Failed test at t/80-subtest-external.t line 69. # got: '1..1 # # Subtest: group # not ok 1 # not ok 2 - sub test blah # not ok 3 # not ok 4 # 1..4 # not ok 1 - group # ' # expected: '1..1 # not ok 1 # not ok 2 - sub test blah # not ok 3 # not ok 4 # 1..4 I think it is down to a change in Test::More: 0.98_05 Tue Apr 23 17:33:51 PDT 2013 New Features * A subtest will put its name at the front of its results to make subtests easier to read. [github #290] [github #364] (Brendan Byrd) Martin -- Martin J. Evans Wetherby, UK
Looks like you're assuming too much about TAP, rather than trusting the framework. More guidance at http://www.dagolden.com/index.php/2374/the-next-testmore-might-break-fragile-test-modules/