Index: Application/Ringtoets/test/Application.Ringtoets.Storage.Test/IntegrationTests/MigrationTo172IntegrationTest.cs =================================================================== diff -u -rd1f8355cc00c35f21fe9ad916db4ac54a46d9ccf -r5f5fc9c9799816757fca63a82f5d86aadb262d2f --- Application/Ringtoets/test/Application.Ringtoets.Storage.Test/IntegrationTests/MigrationTo172IntegrationTest.cs (.../MigrationTo172IntegrationTest.cs) (revision d1f8355cc00c35f21fe9ad916db4ac54a46d9ccf) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.Test/IntegrationTests/MigrationTo172IntegrationTest.cs (.../MigrationTo172IntegrationTest.cs) (revision 5f5fc9c9799816757fca63a82f5d86aadb262d2f) @@ -81,6 +81,7 @@ AssertFailureMechanismSectionResults(reader, "HeightStructuresSectionResultEntity"); AssertFailureMechanismSectionResults(reader, "PipingSectionResultEntity"); AssertFailureMechanismSectionResults(reader, "GrassCoverErosionInwardsSectionResultEntity"); + AssertFailureMechanismSectionResults(reader, "MacroStabilityInwardsSectionResultEntity"); AssertVersions(reader); AssertDatabase(reader); @@ -430,7 +431,7 @@ { ReadOnlyCollection messages = reader.GetMigrationLogMessages(); - Assert.AreEqual(33, messages.Count); + Assert.AreEqual(36, messages.Count); AssertMigrationLogMessageEqual( new MigrationLogMessage("17.1", newVersion, "Gevolgen van de migratie van versie 17.1 naar versie 17.2:"), messages[0]); @@ -519,13 +520,21 @@ messages[29] }); AssertMigrationLogMessageEqual( - new MigrationLogMessage("17.1", newVersion, " + Toetsspoor: 'Sterkte en stabiliteit puntconstructies'"), + new MigrationLogMessage("17.1", newVersion, " + Toetsspoor: 'Macrostabiliteit binnenwaarts'"), messages[30]); AssertLayerThreeMigrationMessage(new[] { messages[31], messages[32] }); + AssertMigrationLogMessageEqual( + new MigrationLogMessage("17.1", newVersion, " + Toetsspoor: 'Sterkte en stabiliteit puntconstructies'"), + messages[33]); + AssertLayerThreeMigrationMessage(new[] + { + messages[34], + messages[35] + }); } }