Hi,

I'm running into a problem with the surefire reports generated for
Flex unit tests. It seems that the time attribute's value is always
NaN, which results in a parser error when rendering a report.

Here's the output with 2.0M7

<testsuite errors="0" failures="0"
name="com.traficon.tmsng.domain.detector.ConnectionInfoTest" tests="2"
time="0">
  <testcase
classname="com.traficon.tmsng.domain.detector.ConnectionInfoTest"
name="testEquals" time="0"/>
  <testcase
classname="com.traficon.tmsng.domain.detector.ConnectionInfoTest"
name="testEquals_shouldReturnTrueWhenProtocolIsDifferentInstance"
time="0"/>
</testsuite>

And here's the output with 2.0M9

<testsuite errors="0" failures="0"
name="com.traficon.tmsng.domain.detector.ConnectionInfoTest" tests="2"
time="NaN">
  <testcase name="testEquals" time="NaN"/>
  <testcase
name="testEquals_shouldReturnTrueWhenProtocolIsDifferentInstance"
time="NaN"/>
</testsuite>

Anyone else experienced this?

regards,
Christophe
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Flex Mojos" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/flex-mojos?hl=en?hl=en

http://blog.flex-mojos.info/
-~----------~----~----~----~------~----~------~--~---

Reply via email to