Index: Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Data.TestUtil/StabilityPointStructurePermutationHelper.cs =================================================================== diff -u -re60dadeb730f975383e6c9febd0fd10f89ca1961 -r7326c5c94201fa88fcfa4c73215f79088fcfee42 --- Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Data.TestUtil/StabilityPointStructurePermutationHelper.cs (.../StabilityPointStructurePermutationHelper.cs) (revision e60dadeb730f975383e6c9febd0fd10f89ca1961) +++ Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Data.TestUtil/StabilityPointStructurePermutationHelper.cs (.../StabilityPointStructurePermutationHelper.cs) (revision 7326c5c94201fa88fcfa4c73215f79088fcfee42) @@ -87,7 +87,7 @@ var testCaseData = new List { - new TestCaseData(new TestStabilityPointStructure("Different name", referenceStructureId)) + new TestCaseData(new TestStabilityPointStructure(referenceStructureId, "Different name")) .SetName($"{targetName}_DifferentName_{testResultDescription}"), new TestCaseData(new TestStabilityPointStructure(new Point2D(1, 1), referenceStructureId)) .SetName($"{targetName}_DifferentLocation_{testResultDescription}")