Bugs item #1164591, was opened at 2005-03-16 16:28
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1164591&group_id=31650

Category: Tasks
Group: 0.85
Status: Open
Resolution: None
Priority: 5
Submitted By: John Hardin (john_hardin)
Assigned to: Nobody/Anonymous (nobody)
Summary: nunit2 dies using plain formatter if all tests are explicit

Initial Comment:
nant-0.85rc2

If a unit test .dll has tests, but all the tests are
explicit, and the <nunit2> task is run with the "Plain"
formatter, the <nunit2> task dies with
System.Xml.XmlException. If the formatter is "Xml" the
<nunit2> task does not die. Adding a single dummy
(always successful) unit test to the test fixture
corrects the problem.

<failure>
-
        <builderror>
<type>NAnt.Core.BuildException</type>
<message>Test results could not be formatted.</message>
-
        <location>
-
        <filename>
c:\buildbot\devel\csharp\applications\CRS\standard-build.include
</filename>
<linenumber>83</linenumber>
<columnnumber>6</columnnumber>
</location>
-
        <stacktrace>
   at
NAnt.NUnit2.Tasks.NUnit2Task.FormatResult(NUnit2Test
testElement, TestResult result)
   at NAnt.NUnit2.Tasks.NUnit2Task.ExecuteTask()
   at NAnt.Core.Task.Execute()
   at NAnt.Core.TaskContainer.ExecuteChildTasks()
   at NAnt.Core.TaskContainer.ExecuteTask()
   at NAnt.Core.Task.Execute()
   at NAnt.Core.Tasks.LoopTask.ExecuteChildTasks()
   at NAnt.Core.Tasks.LoopTask.DoWork(String[] propVals)
   at NAnt.Core.Tasks.LoopTask.ExecuteTask()
   at NAnt.Core.Task.Execute()
   at NAnt.Core.Target.Execute()
   at NAnt.Core.Project.Execute(String targetName,
Boolean forceDependencies)
   at NAnt.Core.Project.Execute()
   at NAnt.Core.Project.Run()
</stacktrace>
-
        <internalerror>
<type>System.Xml.XmlException</type>
-
        <message>
An unexpected end of file parsing CDATA has occurred.
Line 417, position 51.
</message>
-
        <stacktrace>
   at System.Xml.XmlScanner.ScanCData()
   at System.Xml.XmlScanner.ScanMarkup()
   at System.Xml.XmlTextReader.ParseTag()
   at
System.Xml.XmlTextReader.ParseBeginTagExpandCharEntities()
   at System.Xml.XmlTextReader.Read()
   at
System.Xml.XmlValidatingReader.ReadNoCollectTextToken()
   at System.Xml.XmlValidatingReader.Read()
   at
System.Xml.XPath.XPathDocument.ReadChildNodes(XPathContainer
parent, String parentBaseUri, XmlReader reader,
PositionInfo positionInfo)
   at
System.Xml.XPath.XPathDocument.ReadChildNodes(XPathContainer
parent, String parentBaseUri, XmlReader reader,
PositionInfo positionInfo)
   at
System.Xml.XPath.XPathDocument.ReadChildNodes(XPathContainer
parent, String parentBaseUri, XmlReader reader,
PositionInfo positionInfo)
   at
System.Xml.XPath.XPathDocument.ReadChildNodes(XPathContainer
parent, String parentBaseUri, XmlReader reader,
PositionInfo positionInfo)
   at
System.Xml.XPath.XPathDocument.ReadChildNodes(XPathContainer
parent, String parentBaseUri, XmlReader reader,
PositionInfo positionInfo)
   at
System.Xml.XPath.XPathDocument.ReadChildNodes(XPathContainer
parent, String parentBaseUri, XmlReader reader,
PositionInfo positionInfo)
   at
System.Xml.XPath.XPathDocument.ReadChildNodes(XPathContainer
parent, String parentBaseUri, XmlReader reader,
PositionInfo positionInfo)
   at
System.Xml.XPath.XPathDocument.ReadChildNodes(XPathContainer
parent, String parentBaseUri, XmlReader reader,
PositionInfo positionInfo)
   at
System.Xml.XPath.XPathDocument.ReadChildNodes(XPathContainer
parent, String parentBaseUri, XmlReader reader,
PositionInfo positionInfo)
   at
System.Xml.XPath.XPathDocument.ReadChildNodes(XPathContainer
parent, String parentBaseUri, XmlReader reader,
PositionInfo positionInfo)
   at
System.Xml.XPath.XPathDocument.ReadChildNodes(XPathContainer
parent, String parentBaseUri, XmlReader reader,
PositionInfo positionInfo)
   at
System.Xml.XPath.XPathDocument.ReadChildNodes(XPathContainer
parent, String parentBaseUri, XmlReader reader,
PositionInfo positionInfo)
   at
System.Xml.XPath.XPathDocument.ReadChildNodes(XPathContainer
parent, String parentBaseUri, XmlReader reader,
PositionInfo positionInfo)
   at
System.Xml.XPath.XPathDocument.ReadChildNodes(XPathContainer
parent, String parentBaseUri, XmlReader reader,
PositionInfo positionInfo)
   at
System.Xml.XPath.XPathDocument.ReadChildNodes(XPathContainer
parent, String parentBaseUri, XmlReader reader,
PositionInfo positionInfo)
   at
System.Xml.XPath.XPathDocument.ReadChildNodes(XPathContainer
parent, String parentBaseUri, XmlReader reader,
PositionInfo positionInfo)
   at
System.Xml.XPath.XPathDocument.ReadChildNodes(XPathContainer
parent, String parentBaseUri, XmlReader reader,
PositionInfo positionInfo)
   at
System.Xml.XPath.XPathDocument.ReadChildNodes(XPathContainer
parent, String parentBaseUri, XmlReader reader,
PositionInfo positionInfo)
   at
System.Xml.XPath.XPathDocument.ReadChildNodes(XPathContainer
parent, String parentBaseUri, XmlReader reader,
PositionInfo positionInfo)
   at
System.Xml.XPath.XPathDocument.ReadChildNodes(XPathContainer
parent, String parentBaseUri, XmlReader reader,
PositionInfo positionInfo)
   at System.Xml.XPath.XPathDocument.Load(XmlReader reader)
   at System.Xml.XPath.XPathDocument.Init(XmlReader reader)
   at System.Xml.XPath.XPathDocument..ctor(String uri)
   at
NAnt.NUnit2.Tasks.NUnit2Task.FormatResult(NUnit2Test
testElement, TestResult result)
</stacktrace>
</internalerror>
</builderror>
</failure>


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

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1164591&group_id=31650


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to