Index: Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Plugin.Test/TreeNodeInfos/HeightStructuresCalculationGroupContextTreeNodeInfoTest.cs =================================================================== diff -u -r20e9bfea15dfe132ee137283a9f24bc4c413ce4a -r5f6b3f80bb6747f12157149f7689a8fc7d3552a5 --- Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Plugin.Test/TreeNodeInfos/HeightStructuresCalculationGroupContextTreeNodeInfoTest.cs (.../HeightStructuresCalculationGroupContextTreeNodeInfoTest.cs) (revision 20e9bfea15dfe132ee137283a9f24bc4c413ce4a) +++ Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Plugin.Test/TreeNodeInfos/HeightStructuresCalculationGroupContextTreeNodeInfoTest.cs (.../HeightStructuresCalculationGroupContextTreeNodeInfoTest.cs) (revision 5f6b3f80bb6747f12157149f7689a8fc7d3552a5) @@ -1043,7 +1043,7 @@ { var assessmentSection = mocks.Stub(); - HeightStructure structure1 = new TestHeightStructure("Structure 1", "Structure Id"); + HeightStructure structure1 = new TestHeightStructure("Structure Id", "Structure 1"); var existingCalculationGroup = new CalculationGroup(); var existingCalculation = new StructuresCalculation(); @@ -1117,8 +1117,8 @@ failureMechanism.HeightStructures.AddRange( new[] { - new TestHeightStructure("Structure 1", "1"), - new TestHeightStructure("Structure 2", "2") + new TestHeightStructure("1", "Structure 1"), + new TestHeightStructure("2", "Structure 2") }, "some path" ); @@ -1167,7 +1167,7 @@ var assessmentSection = mocks.Stub(); const string existingCalculationName = "Height structure"; - HeightStructure heightStructure = new TestHeightStructure(existingCalculationName, "heightStructureId"); + HeightStructure heightStructure = new TestHeightStructure("heightStructureId", existingCalculationName); var failureMechanism = new HeightStructuresFailureMechanism {