Hi,

I just upgraded from 0.9.2 to 1.0-M1 and now the test results seem to
get the package name wrong.

Using 0.9.2 I was able to navigate correctly between packages, but
with 1.0M1 it seems all tests are put in the default package.

This might be caused by the fact that I use the Scala specs framework
to write tests, and it seems the class name in the gradle output is
not fully qualified. This output seems the same in both 0.9.2 and
1.0-M1:

<?xml version="1.0" encoding="UTF-8"?>
<testsuite errors="0" failures="0" hostname="jnmmbp.local"
name="fleetzone.unittest.POIUnitTest" tests="7" time="0.084"
timestamp="2011-03-21T11:03:43">
  <properties />
  <testcase classname="1187430532" name="be readable" time="0.0010" />
  <testcase classname="799883842" name="read all sheets" time="0.0060" />
  <testcase classname="1617211151" name="have the name Sheet1" time="0.0020" />
  <testcase classname="1874340295" name="have correct column headers"
time="0.0020" />
  <testcase classname="1160514367" name="have correct row 1 values"
time="0.0" />
  <testcase classname="1379817930" name="have correct row 2 values"
time="0.0" />
  <testcase classname="1341835215" name="have correct row 3 values"
time="0.0" />
  <system-out><![CDATA[]]></system-out>
  <system-err><![CDATA[]]></system-err>
</testsuite>

Perhaps the earlier version used the test suite name to group the tests?

Any hints?

/Jeppe

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to