> I am using the <nunitreport> task and it doesn't seem to pick up the tests. I have:
> 
>         <nunitreport out="${build.dir}/results/TestSummary.html" verbose="true">
>             <fileset>
>                 <include name="${build.dir}/results/*-results" />
>             </fileset>
>         </nunitreport>
> 
> In the "results" directory there is about 35 XML files that end in -results but the 
> summary file that is produced from the <nunitreport> task shows 0 tests run. What am 
> I missing?   
> 
> Kevin


-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
NAntContrib-Developer mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nantcontrib-developer

Reply via email to