Index: Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Read/MacroStabilityInwards/MacroStabilityInwardsSoilLayerTwoDEntityReadExtensionsTest.cs =================================================================== diff -u -rf6dd19ee061fc2754d81eb3677c26fbdb504fc49 -rd9005dfa3b398d70ada0cf03cf408f8bcfc384db --- Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Read/MacroStabilityInwards/MacroStabilityInwardsSoilLayerTwoDEntityReadExtensionsTest.cs (.../MacroStabilityInwardsSoilLayerTwoDEntityReadExtensionsTest.cs) (revision f6dd19ee061fc2754d81eb3677c26fbdb504fc49) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Read/MacroStabilityInwards/MacroStabilityInwardsSoilLayerTwoDEntityReadExtensionsTest.cs (.../MacroStabilityInwardsSoilLayerTwoDEntityReadExtensionsTest.cs) (revision d9005dfa3b398d70ada0cf03cf408f8bcfc384db) @@ -104,7 +104,7 @@ // Assert Assert.IsNotNull(layer); - IMacroStabilityInwardsSoilLayerData data = layer.Data; + MacroStabilityInwardsSoilLayerData data = layer.Data; Assert.AreEqual(entity.MaterialName, data.MaterialName); DistributionAssert.AreEqual(new VariationCoefficientLogNormalDistribution(2) @@ -156,7 +156,7 @@ IMacroStabilityInwardsSoilLayer2D layer) { Assert.IsNotNull(layer); - IMacroStabilityInwardsSoilLayerData data = layer.Data; + MacroStabilityInwardsSoilLayerData data = layer.Data; Assert.AreEqual(Convert.ToBoolean(entity.IsAquifer), data.IsAquifer); Assert.AreEqual(Color.FromArgb(Convert.ToInt32(entity.Color)), data.Color); Assert.AreEqual(entity.MaterialName, data.MaterialName);