[MonoDevelop] NUnit test & Monodevelop 2.6 - resubmit

jimevt jaeuvt at gmail.com
Tue Sep 20 09:56:01 EDT 2011


Hi All! 

   Resubmitting, as it didn't seem to think that I was subscribed....

   I'm running Monodevelop 2.6 on an XP machine, and have started learning
about Unit Testing. I followed the instructions at this site:
http://www.dijksterhuis.org/using-nunit-with-monodevelop/, which look
reasonable to me.
   The program itself runs just fine, but when I run the Unit Tests I get a
pop-up error message saying: 

     mdhost.exe
     mdhost.exe has encountered a problem and needs to close. We are sorry
for the
     inconvenience. If you  were in the middle of something, the information
you were 
     working on might be lost. 


The IDE shows:

 Internal error ArgumentException:

Illegal characters in path.

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

   As it complained about the path ( in the "My Documents\Projects\"
directory ), I changed it to be in a path with no spaces. No luck. Can
anybody tell me what I'm doing wrong?


   Has anybody been successful using NUnit testing in Monodevelop 2.6?   On
Windows?


    Thanks!

 JimE. 

--
View this message in context: http://mono.1490590.n4.nabble.com/NUnit-test-Monodevelop-2-6-resubmit-tp3826903p3826903.html
Sent from the Mono - MonoDevelop IDE mailing list archive at Nabble.com.


More information about the Monodevelop-list mailing list