Index: Application/Ringtoets/test/Application.Ringtoets.Storage.Test/IntegrationTests/StorageSqLiteIntegrationTest.cs =================================================================== diff -u -r736e0e16a55a0bd731f6847f85a148aa9f9f299a -ra4da96890c5eb0f73300e05256e3e56755334378 --- Application/Ringtoets/test/Application.Ringtoets.Storage.Test/IntegrationTests/StorageSqLiteIntegrationTest.cs (.../StorageSqLiteIntegrationTest.cs) (revision 736e0e16a55a0bd731f6847f85a148aa9f9f299a) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.Test/IntegrationTests/StorageSqLiteIntegrationTest.cs (.../StorageSqLiteIntegrationTest.cs) (revision a4da96890c5eb0f73300e05256e3e56755334378) @@ -904,8 +904,8 @@ Assert.AreEqual(expectedBackgroundData.Name, actualBackgroundData.Name); Assert.AreEqual(expectedBackgroundData.IsVisible, actualBackgroundData.IsVisible); Assert.AreEqual(expectedBackgroundData.Transparency, actualBackgroundData.Transparency); - Assert.AreEqual(expectedBackgroundData.IsConfigured, actualBackgroundData.IsConfigured); + Assert.AreEqual(expectedBackgroundData.BackgroundMapDataType, actualBackgroundData.BackgroundMapDataType); CollectionAssert.AreEquivalent(expectedBackgroundData.Parameters, actualBackgroundData.Parameters); }