Hi All,

1) Are there any implications or ill side-effects of using the
NUnitReport task with NantContrib 0.85RC3 vs the NUnit2Report V1.2.2
release?

Which one would be the preferable task if using Nant 0.85RC3?


2)Both NUnitReport tasks fail if there is a Nunit xml document
generated with 0 tests in it.
Error:  "Index out of Range.  Must be non-negative and less than the
size of the collection.  Parameter name: index"


This is the content of the NUnit generated xml file that was included
into the fileset of the tasks.

<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!--This file represents the results of running a test suite-->
<test-results name="C:\Buildarea\apptest\bin\ABC.dll" total="0"
failures="0" not-run="0" date="4/28/2005" time="5:34 PM">
  <test-suite name="C:\Buildarea\apptest\bin\ABC.dll" success="True"
time="0" asserts="0">
    <results />
  </test-suite>
</test-results>


Is this the desired behaviour?


thanks



Michael Dang


                
__________________________________ 
Do you Yahoo!? 
Yahoo! Small Business - Try our new resources site!
http://smallbusiness.yahoo.com/resources/ 


-------------------------------------------------------
SF.Net email is sponsored by: Tell us your software development plans!
Take this survey and enter to win a one-year sub to SourceForge.net
Plus IDC's 2005 look-ahead and a copy of this survey
Click here to start!  http://www.idcswdc.com/cgi-bin/survey?id=105hix
_______________________________________________
Nant-users mailing list
Nant-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to