Index: Core/Common/test/Core.Common.TestUtil/TestHelper.cs =================================================================== diff -u -r677ec9937ae7eff73a09bf937804ad22e0dc5a4b -r094cd1436a3bca306b1df6d6b09586bf1a032f0e --- Core/Common/test/Core.Common.TestUtil/TestHelper.cs (.../TestHelper.cs) (revision 677ec9937ae7eff73a09bf937804ad22e0dc5a4b) +++ Core/Common/test/Core.Common.TestUtil/TestHelper.cs (.../TestHelper.cs) (revision 094cd1436a3bca306b1df6d6b09586bf1a032f0e) @@ -598,7 +598,7 @@ const string solutionName = "Ringtoets.sln"; //get the current directory and scope up //TODO find a faster safer method - var testContext = new TestContext(TestExecutionContext.CurrentContext); + var testContext = new TestContext(new TestExecutionContext.AdhocContext()); string curDir = testContext.TestDirectory; while (Directory.Exists(curDir) && !File.Exists(curDir + @"\" + solutionName)) {