qickrooms / flex-mojos

Automatically exported from code.google.com/p/flex-mojos
0 stars 0 forks source link

FlexUnit test reports with 2.0M9 include time="NaN", which breaks surefire #139

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I am running a trivial flexunit test case with the new test support in
flex-mojos 2.0M9.  The test runs, but produces the following output in its
surefire report:

<testsuite errors="0" failures="0" name="com.endeca.mfg.TestNothing"
tests="1" time="NaN">
  <testcase name="testDummy" time="NaN"/>
</testsuite>

The 'time="NaN"' attributes break the surefire report generator.

Original issue reported on code.google.com by eli.dan...@gmail.com on 24 Nov 2008 at 11:21

GoogleCodeExporter commented 9 years ago
Fixed at revision 924

Original comment by velo...@gmail.com on 30 Nov 2008 at 5:31