Jose's BlogMusings on Software EngineeringLoading .config files in NUnit- May 31, 2004 Last week I gave a presentation at Microsoft DevDays 2004 in Lisbon on Test-Driven Development. A day later I got this interesting question: "(...) if I'm testing a DLL assembly that uses a .config file to read in data, when I run the tests, NUnit loads it's own .config file and all my tests fail. How can I solve this " I also had this same problem a while back. There are two separate answers to this question as far as I could tell: If we're using the NUnit GUI than it's just a question to...http://blogs.msdn.com/josealmeida/archive/2004/05/31/144930.aspx |