Index: Ringtoets/Common/test/Ringtoets.Common.Data.Test/AssessmentSection/BackgroundDataIdentifiersTest.cs =================================================================== diff -u -r2865b0fc522e96a2f12c47f29805b13259ecde4f -r7f540fc512a6c291d69612b1d0b9241d42288aef --- Ringtoets/Common/test/Ringtoets.Common.Data.Test/AssessmentSection/BackgroundDataIdentifiersTest.cs (.../BackgroundDataIdentifiersTest.cs) (revision 2865b0fc522e96a2f12c47f29805b13259ecde4f) +++ Ringtoets/Common/test/Ringtoets.Common.Data.Test/AssessmentSection/BackgroundDataIdentifiersTest.cs (.../BackgroundDataIdentifiersTest.cs) (revision 7f540fc512a6c291d69612b1d0b9241d42288aef) @@ -30,6 +30,7 @@ [Test] public void BackgroundDataIdentifiers_ExpectedValues() { + Assert.AreEqual("IsConfigured", BackgroundDataIdentifiers.IsConfigured); Assert.AreEqual("SourceCapabilitiesUrl", BackgroundDataIdentifiers.SourceCapabilitiesUrl); Assert.AreEqual("SelectedCapabilityIdentifier", BackgroundDataIdentifiers.SelectedCapabilityIdentifier); Assert.AreEqual("PreferredFormat", BackgroundDataIdentifiers.PreferredFormat);