Hi,
I am having a problem with my unit tests failing randomly.
I switched to sqlite from firebird. Now the tests run blazingly fast, but the problem persists.
When i ran the tests manually with nunit-console myasembly /nothread all tests passed.
How to instruct in sharpdevelop that test should be run using /nothread? Should I modify the nunit plugin, or is there an easier way?