Index: Riskeer/Migration/test/Riskeer.Migration.Integration.Test/MigrationTo241IntegrationTest.cs =================================================================== diff -u -r68c67ec6bb74c35eeecbf0b95983a5c780f6d008 -r27c249f20d1fdb5a7a45032fe4066bd7c89583ec --- Riskeer/Migration/test/Riskeer.Migration.Integration.Test/MigrationTo241IntegrationTest.cs (.../MigrationTo241IntegrationTest.cs) (revision 68c67ec6bb74c35eeecbf0b95983a5c780f6d008) +++ Riskeer/Migration/test/Riskeer.Migration.Integration.Test/MigrationTo241IntegrationTest.cs (.../MigrationTo241IntegrationTest.cs) (revision 27c249f20d1fdb5a7a45032fe4066bd7c89583ec) @@ -36,15 +36,15 @@ [Test] [TestCaseSource(nameof(GetMigrationProjectsWithMessages))] - public void Given231Project_WhenUpgradedTo232_ThenProjectAsExpected(string fileName, IEnumerable expectedMessages) + public void Given231Project_WhenUpgradedTo241_ThenProjectAsExpected(string fileName, IEnumerable expectedMessages) { // Given string sourceFilePath = TestHelper.GetTestDataPath(TestDataPath.Riskeer.Migration.Core, fileName); var fromVersionedFile = new ProjectVersionedFile(sourceFilePath); - string targetFilePath = TestHelper.GetScratchPadPath(nameof(Given231Project_WhenUpgradedTo232_ThenProjectAsExpected)); - string logFilePath = TestHelper.GetScratchPadPath(string.Concat(nameof(Given231Project_WhenUpgradedTo232_ThenProjectAsExpected), ".log")); + string targetFilePath = TestHelper.GetScratchPadPath(nameof(Given231Project_WhenUpgradedTo241_ThenProjectAsExpected)); + string logFilePath = TestHelper.GetScratchPadPath(string.Concat(nameof(Given231Project_WhenUpgradedTo241_ThenProjectAsExpected), ".log")); var migrator = new ProjectFileMigrator { LogPath = logFilePath