Index: Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Forms.Test/PropertyClasses/HeightStructuresInputContextPropertiesTest.cs =================================================================== diff -u -rfada97a57c5c19983ffe23b02944dc48d02c509c -r20e9bfea15dfe132ee137283a9f24bc4c413ce4a --- Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Forms.Test/PropertyClasses/HeightStructuresInputContextPropertiesTest.cs (.../HeightStructuresInputContextPropertiesTest.cs) (revision fada97a57c5c19983ffe23b02944dc48d02c509c) +++ Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Forms.Test/PropertyClasses/HeightStructuresInputContextPropertiesTest.cs (.../HeightStructuresInputContextPropertiesTest.cs) (revision 20e9bfea15dfe132ee137283a9f24bc4c413ce4a) @@ -261,7 +261,7 @@ mockRepository.ReplayAll(); var failureMechanism = new HeightStructuresFailureMechanism(); - failureMechanism.HeightStructuresCollection.AddRange(new[] + failureMechanism.HeightStructures.AddRange(new[] { new TestHeightStructure() }, "some folder"); @@ -276,7 +276,7 @@ IEnumerable availableStructures = properties.GetAvailableStructures(); // Assert - Assert.AreSame(failureMechanism.HeightStructuresCollection, availableStructures); + Assert.AreSame(failureMechanism.HeightStructures, availableStructures); mockRepository.VerifyAll(); }