Index: Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/Piping/PipingSoilLayerCreateExtensionsTest.cs =================================================================== diff -u -reed141519790c00aff15e16a4c2b8a73ee26d17a -r3353bf211a1b34b81752a0dcdc40c153a94df1fa --- Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/Piping/PipingSoilLayerCreateExtensionsTest.cs (.../PipingSoilLayerCreateExtensionsTest.cs) (revision eed141519790c00aff15e16a4c2b8a73ee26d17a) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/Piping/PipingSoilLayerCreateExtensionsTest.cs (.../PipingSoilLayerCreateExtensionsTest.cs) (revision 3353bf211a1b34b81752a0dcdc40c153a94df1fa) @@ -70,7 +70,7 @@ Assert.IsNotNull(entity); Assert.AreEqual(soilLayer.Top, entity.Top); Assert.AreEqual(Convert.ToByte(soilLayer.IsAquifer), entity.IsAquifer); - Assert.AreEqual(soilLayer.Color.ToInt32(), Convert.ToInt32(entity.Color)); + Assert.AreEqual(soilLayer.Color.ToInt64(), Convert.ToInt64(entity.Color)); Assert.AreEqual(soilLayer.BelowPhreaticLevelMean, entity.BelowPhreaticLevelMean); Assert.AreEqual(soilLayer.BelowPhreaticLevelDeviation, entity.BelowPhreaticLevelDeviation); Assert.AreEqual(soilLayer.BelowPhreaticLevelShift, entity.BelowPhreaticLevelShift);