Index: Application/Ringtoets/test/Application.Ringtoets.Migration.Test/RingtoetsUpgradeScriptTest.cs =================================================================== diff -u -r22d820ab9e0333ce64e9ea74ac19867042906298 -rc0840b3d3dbdbfdcad2a6f55c117ac22ae95b365 --- Application/Ringtoets/test/Application.Ringtoets.Migration.Test/RingtoetsUpgradeScriptTest.cs (.../RingtoetsUpgradeScriptTest.cs) (revision 22d820ab9e0333ce64e9ea74ac19867042906298) +++ Application/Ringtoets/test/Application.Ringtoets.Migration.Test/RingtoetsUpgradeScriptTest.cs (.../RingtoetsUpgradeScriptTest.cs) (revision c0840b3d3dbdbfdcad2a6f55c117ac22ae95b365) @@ -156,7 +156,7 @@ { // Setup string filename = Path.GetRandomFileName(); - string filePath = TestHelper.GetTestDataPath(TestDataPath.Migration.Core.Storage, filename); + string filePath = TestHelper.GetTestDataPath(TestDataPath.Application.Ringtoets.Migration, filename); var mockRepository = new MockRepository(); var sourceVersionedFile = mockRepository.Stub();