Change By: Todd Rinaldo (12/Jan/13 5:01 AM)
Description: in perl, you can produce TAP by doing:

{code}prove -wlvm t/*.t > TAP.out{code} This produces multiple TAP outputs in a single file.

The error I get is: 
{code}
Caused by: org.tap4j.parser.ParserException: Duplicated TAP Plan found.
at org.tap4j.parser.Tap13YamlParser.checkTAPPlanDuplicity(Tap13YamlParser.java:345)
at org.tap4j.parser.Tap13YamlParser.parseLine(Tap13YamlParser.java:257)
at org.tap4j.parser.Tap13YamlParser.parseFile(Tap13YamlParser.java:597)
... 12 more
{code}

It would be nice if TAP Parser could parse the multiple TAP outputs in a single file.

I can provide example output if you would like.


This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to