Index: Application/Ringtoets/test/Application.Ringtoets.MigrationConsole.Test/RingtoetsMigrationToolTest.cs =================================================================== diff -u -r273718b68966164ac44881ed3d3f98f6805755eb -rd18995d638a6c3f99cb7a8419107bb4148420301 --- Application/Ringtoets/test/Application.Ringtoets.MigrationConsole.Test/RingtoetsMigrationToolTest.cs (.../RingtoetsMigrationToolTest.cs) (revision 273718b68966164ac44881ed3d3f98f6805755eb) +++ Application/Ringtoets/test/Application.Ringtoets.MigrationConsole.Test/RingtoetsMigrationToolTest.cs (.../RingtoetsMigrationToolTest.cs) (revision d18995d638a6c3f99cb7a8419107bb4148420301) @@ -125,7 +125,7 @@ { // Given string sourceFilePath = TestHelper.GetTestDataPath(testPath, "FullTestProject164.rtd"); - string targetFilePath = TestHelper.GetTestDataPath(testPath, Path.GetRandomFileName()); + string targetFilePath = TestHelper.GetScratchPadPath(Path.GetRandomFileName()); string expectedVersion = RingtoetsVersionHelper.GetCurrentDatabaseVersion(); using (new FileDisposeHelper(targetFilePath)) @@ -158,7 +158,7 @@ { // Given string sourceFilePath = TestHelper.GetTestDataPath(testPath, "FullTestProject164.rtd"); - string targetFilePath = TestHelper.GetTestDataPath(testPath, Path.GetRandomFileName()); + string targetFilePath = TestHelper.GetScratchPadPath(Path.GetRandomFileName()); using (var fileDisposeHelper = new FileDisposeHelper(targetFilePath)) using (var consoleOutput = new ConsoleOutput())