--- Matisse Enzer <[EMAIL PROTECTED]> wrote: > A side-note to keep in mind: If we every want to be able to convert > TAP to the XML format produced by the JUnit ant task (this way for > example CruiseControl could more easily read the results of Perl > tests) then it becomes desirable to get timing info for each perl > test - that is, each ok(), is(), is_deeply(), etc.
Are you sure about that? In jUnit, each "test" is a method which contains a number of individual assert. In Perl, those asserts are individual tests. The Test::Class system is closer, but still not exact. Perl tests and Java tests don't map as well together as they could. Cheers, Ovid -- Buy the book - http://www.oreilly.com/catalog/perlhks/ Perl and CGI - http://users.easystreet.com/ovid/cgi_course/ Personal blog - http://publius-ovidius.livejournal.com/ Tech blog - http://use.perl.org/~Ovid/journal/