I am running some tests and see this error message below (“SKIPPED TESTS” notifies 2000 lines of test output I omitted). I am using nunit 2.2.0, and verified that xml result file is well formed.

Any ideas how can I make it work?

 

Thanks,

Poul Costinsky.

 

------------------------------------------------------------------------------------------------------------------

D:\sd\sbav2\target\en-us\debug\test\bin>nant -buildfile:sbaSdkBvtConfig.xml -nologo test report

Buildfile: file:///D:/sd/sbav2/target/en-us/debug/test/bin/sbaSdkBvtConfig.xml

   [tstamp] Wednesday, January 26, 2005 10:36:46 AM.

   [tstamp] build.date = 26-01-2005.

  [sysinfo] Setting system information properties under sys.*

 

test:

 

     [exec] nunit-console.exe /xml:results\SBA_SDK_BVT_log.xml Microsoft.MBS.SBA.Test.SDKBVT.dll

            NUnit version 2.2.0

            Copyright (C) 2002-2003 James W. Newkirk, Michael C. Two, Alexei A. Vorontsov, Charlie Poole.

            Copyright (C) 2000-2003 Philip Craig.

            All Rights Reserved.

           

            OS Version: Microsoft Windows NT 5.1.2600.0 Service Pack 2    .NET Version: 2.0.40607.16

 

SKIPPED TESTS           

            ..

            Tests run: 56, Failures: 0, Not run: 0, Time: 257.0435848 seconds

           

report:

 

Total time: 259 seconds.

 

BUILD FAILED

 

INTERNAL ERROR

 

System.Xml.XmlException: The ' ' character, hexadecimal value 0x20, cannot be included in a name.

   at System.Xml.ValidateNames.ThrowInvalidName(String s, Int32 offsetStartChar, Int32 offsetBadChar)

   at System.Xml.ValidateNames.ParseNCNameInternal(String s, Boolean throwOnError)

   at System.Xml.XmlConvert.VerifyNCName(String name)

   at System.Xml.XmlQualifiedName.Verify()

   at System.Xml.Xsl.XsltArgumentList.AddParam(String name, String namespaceUri, Object parameter)

   at NAnt.NUnit2ReportTasks.NUnit2ReportTask.GetPropertyList()

   at NAnt.NUnit2ReportTasks.NUnit2ReportTask.InitializeTask(XmlNode taskNode)

   at NAnt.Core.Task.InitializeElement(XmlNode elementNode)

   at NAnt.Core.Element.Initialize(XmlNode elementNode)

   at NAnt.Core.Target.Execute()

   at NAnt.Core.Project.Execute(String targetName)

   at NAnt.Core.Project.Execute()

   at NAnt.Core.Project.Run()

 

Please send bug report to [EMAIL PROTECTED]

 

Reply via email to