Index: Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Update/MacrostabilityOutwards/MacrostabilityOutwardsFailureMechanismSectionResultUpdateExtensionsTest.cs =================================================================== diff -u -ra5714fc0488030773fff50dfc82041c6cb9edc2f -ra294987551b0b2d8a27b6e1bc6235b0e2351b6f4 --- Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Update/MacrostabilityOutwards/MacrostabilityOutwardsFailureMechanismSectionResultUpdateExtensionsTest.cs (.../MacrostabilityOutwardsFailureMechanismSectionResultUpdateExtensionsTest.cs) (revision a5714fc0488030773fff50dfc82041c6cb9edc2f) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Update/MacrostabilityOutwards/MacrostabilityOutwardsFailureMechanismSectionResultUpdateExtensionsTest.cs (.../MacrostabilityOutwardsFailureMechanismSectionResultUpdateExtensionsTest.cs) (revision a294987551b0b2d8a27b6e1bc6235b0e2351b6f4) @@ -147,8 +147,8 @@ { MacrostabilityOutwardsSectionResultEntityId = sectionResult.StorageId, LayerOne = Convert.ToByte(false), - LayerTwoA = 2.1m, - LayerThree = 1.1m, + LayerTwoA = 2.1, + LayerThree = 1.1 }; ringtoetsEntities.MacrostabilityOutwardsSectionResultEntities.Add(sectionResultEntity); @@ -158,8 +158,8 @@ // Assert Assert.AreEqual(Convert.ToByte(true), sectionResultEntity.LayerOne); - Assert.AreEqual(sectionResult.AssessmentLayerTwoA.ToNullableDecimal(), sectionResultEntity.LayerTwoA); - Assert.AreEqual(sectionResult.AssessmentLayerThree.Value.ToNullableDecimal(), sectionResultEntity.LayerThree); + Assert.AreEqual(sectionResult.AssessmentLayerTwoA.ToNaNAsNull(), sectionResultEntity.LayerTwoA); + Assert.AreEqual(sectionResult.AssessmentLayerThree.Value.ToNaNAsNull(), sectionResultEntity.LayerThree); mocks.VerifyAll(); } @@ -185,8 +185,8 @@ { MacrostabilityOutwardsSectionResultEntityId = sectionResult.StorageId, LayerOne = Convert.ToByte(false), - LayerTwoA = 2.1m, - LayerThree = 1.1m, + LayerTwoA = 2.1, + LayerThree = 1.1 }; ringtoetsEntities.MacrostabilityOutwardsSectionResultEntities.Add(sectionResultEntity);