Hi

I was talking about the latest buildlog file yes
but this file will do, I parsed it with the unittests.xsl file, and i see
only 1 result

can you check that there is only 1 section of nunit results in the build log
file,
maybe somehow it gets added twice.

What is possible is the following :

if you run ccnet via the console, and watch the build go by
keep an eye on the console, do you see there also some Nunit stuff?

if so, maybe the console output is also in the buildlog file, causing the
xsl parsing to show this problem.
I do not know the syntax by head, but there is an option to nunit to only
log via an xml file
maybe something like /nonconsole or so





with kind regards
Ruben Willems



On Tue, Feb 3, 2009 at 1:21 PM, sam <[email protected]> wrote:

>
> Hello
>
> Following is the Nunit Result file from artifact folder.
>
>  <?xml version="1.0" encoding="utf-8" standalone="no" ?>
> - <!-- This file represents the results of running a test suite
>  -->
> - <test-results name="C:\source\TestProjects\ITRTests\MyITRTestProject
> \MyITRTestProject\bin\Debug\MyITRTestProject.dll" total="3"
> failures="0" not-run="0" date="2009-02-03" time="11:17:53">
>  <environment nunit-version="2.4.8.0" clr-version="2.0.50727.1433" os-
> version="Microsoft Windows NT 5.1.2600 Service Pack 3"
> platform="Win32NT" cwd="C:\Program Files\CruiseControl.NET\server
> \MyITRTestProject\WorkingDirectory" machine-name="DEV05" user="SYSTEM"
> user-domain="ROM" />
>  <culture-info current-culture="en-GB" current-uiculture="en-US" />
> - <test-suite name="C:\source\TestProjects\ITRTests\MyITRTestProject
> \MyITRTestProject\bin\Debug\MyITRTestProject.dll" success="True"
> time="1032.094" asserts="0">
> - <results>
> - <test-suite name="MyITRTestProject" success="True" time="1032.094"
> asserts="0">
> - <results>
> - <test-suite name="MyITRTest" success="True" time="1032.078"
> asserts="0">
> - <results>
>  <test-case
> name="MyITRTestProject.MyITRTest.aLoginUserWelcomeMessage"
> executed="True" success="True" time="0.078" asserts="1" />
>  <test-case name="MyITRTestProject.MyITRTest.cSearchBookingTests"
> executed="True" success="True" time="140.250" asserts="60" />
>  <test-case name="MyITRTestProject.MyITRTest.fTicketBookingTests"
> executed="True" success="True" time="869.609" asserts="25" />
>  </results>
>  </test-suite>
>  </results>
>  </test-suite>
>  </results>
>  </test-suite>
>  </test-results>
>
> are u talking about this file or the latest buildlog fiel under the
> buildlog directory
>
> Kind regards
> Sam

Reply via email to