Index: Application/Ringtoets/test/Application.Ringtoets.Storage.Test/IntegrationTests/StorageSqLiteIntegrationTest.cs =================================================================== diff -u -rcb6877f670bacc7a6a896ab132d592eeef1107b5 -r223528aec31c0f78f0f8ff67991e43f781075931 --- Application/Ringtoets/test/Application.Ringtoets.Storage.Test/IntegrationTests/StorageSqLiteIntegrationTest.cs (.../StorageSqLiteIntegrationTest.cs) (revision cb6877f670bacc7a6a896ab132d592eeef1107b5) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.Test/IntegrationTests/StorageSqLiteIntegrationTest.cs (.../StorageSqLiteIntegrationTest.cs) (revision 223528aec31c0f78f0f8ff67991e43f781075931) @@ -749,9 +749,7 @@ Assert.AreEqual(expectedLayer.Top, actualLayer.Top); Assert.AreEqual(expectedLayer.IsAquifer, actualLayer.IsAquifer); - Assert.AreEqual(expectedLayer.AbovePhreaticLevel, actualLayer.AbovePhreaticLevel); Assert.AreEqual(expectedLayer.BelowPhreaticLevelMean, actualLayer.BelowPhreaticLevelMean); - Assert.AreEqual(expectedLayer.DryUnitWeight, actualLayer.DryUnitWeight); } }