error Running Test
Status: Beta
Brought to you by:
jgehtland
pushing the test button on a TestFixture which contains
valid tests that originally worked now throws the
following error.
System.String
The data at the root level is invalid. Line 1, position 1.
at System.Xml.XmlTextReader.ParseRoot()
at System.Xml.XmlTextReader.Read()
at
System.Xml.XmlValidatingReader.ReadWithCollectTextTok
en()
at System.Xml.XmlValidatingReader.Read()
at ...
If I run the test in NUnit directly it works fine.
screen capture