I feel your pain man. I also run into problems with the .config stuff. Actually, it's worst than that for my cases. It seems that nunit forks a new application when doing the tests. My tests need to be run inside a web server context so calling classX.testSometing() works but calling it through the nunit framework fails.
It might not be due to the lost of web server context, might just be due to lost of .config information. It's a real bitch to solve. Phil -----Original Message----- I just committed unit tests for TraceSwitch, but there will be problems with actually *running* the unit tests until somebody can tell me how to deal with .config files from within NUnit. See the (going nowhere) thread "Testing .config files". - Jon _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
