Index: Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Plugin.Test/TreeNodeInfos/HeightStructuresCalculationContextTreeNodeInfoTest.cs =================================================================== diff -u -r028a46631860bbbf730867f1068b422d2683e074 -r543721804bf58d098ee833d1a023a6e0018f1452 --- Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Plugin.Test/TreeNodeInfos/HeightStructuresCalculationContextTreeNodeInfoTest.cs (.../HeightStructuresCalculationContextTreeNodeInfoTest.cs) (revision 028a46631860bbbf730867f1068b422d2683e074) +++ Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Plugin.Test/TreeNodeInfos/HeightStructuresCalculationContextTreeNodeInfoTest.cs (.../HeightStructuresCalculationContextTreeNodeInfoTest.cs) (revision 543721804bf58d098ee833d1a023a6e0018f1452) @@ -410,7 +410,6 @@ }; HeightStructuresInput calculationInput = calculation.InputParameters; - RoundedDouble expectedStructureNormalOrientation = calculationInput.StructureNormalOrientation; NormalDistribution expectedLevelCrestStructure = calculationInput.LevelCrestStructure; LogNormalDistribution expectedFlowWidthAtBottomProtection = calculationInput.FlowWidthAtBottomProtection; @@ -454,9 +453,7 @@ // Then Assert.IsTrue(calculation.HasOutput); - Assert.AreSame(structure, calculationInput.Structure); - Assert.AreEqual(expectedStructureNormalOrientation, calculationInput.StructureNormalOrientation); Assert.AreEqual(expectedLevelCrestStructure, calculationInput.LevelCrestStructure); Assert.AreEqual(expectedFlowWidthAtBottomProtection, calculationInput.FlowWidthAtBottomProtection);