[MonoDevelop] NUnit Run Test problem

nullstein nullstein at gmail.com
Sun Jun 20 00:02:16 EDT 2010


Hello, I'm suffering a problem with running the NUnit Tests from the
MonoDevelop IDE.

When I try to run the test cases, the test runner throws an
ArgumentException (illigal characters in path).

The stack trace is as follows:

System.IO.Path.CheckInvalidPathChars(String path)
System.IO.Path.Combine(String path1, String path2)
MonoDevelop.NUnit.XmlResultsStore.GetRootRecord(String configuration,
DateTime date)
MonoDevelop.NUnit.XmlResultsStore.RegisterResult(String configuration,
UnitTest test, UnitTestResult result)
MonoDevelop.NUnit.UnitTest.RegisterResult(TestContext context,
UnitTestResult result)
MonoDevelop.NUnit.UnitTest.Run(TestContext testContext)
MonoDevelop.NUnit.TestSession.RunTests()


I cannot figure out what's the reason for this exception..

Any ideas?

-- 
View this message in context: http://mono.1490590.n4.nabble.com/NUnit-Run-Test-problem-tp2261534p2261534.html
Sent from the Mono - MonoDevelop IDE mailing list archive at Nabble.com.


More information about the Monodevelop-list mailing list