Index: Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.IO.Test/Configurations/HeightStructuresCalculationConfigurationExporterTest.cs =================================================================== diff -u -r43b4218e6e71896eb4f3985555258caeb4c7f6f7 -r49621ecdce5a2a8f7c8bb689e8cfd6759dfb8fc6 --- Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.IO.Test/Configurations/HeightStructuresCalculationConfigurationExporterTest.cs (.../HeightStructuresCalculationConfigurationExporterTest.cs) (revision 43b4218e6e71896eb4f3985555258caeb4c7f6f7) +++ Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.IO.Test/Configurations/HeightStructuresCalculationConfigurationExporterTest.cs (.../HeightStructuresCalculationConfigurationExporterTest.cs) (revision 49621ecdce5a2a8f7c8bb689e8cfd6759dfb8fc6) @@ -75,13 +75,15 @@ .SetName("Calculation configuration with use breakwater true"); yield return new TestCaseData("folderWithSubfolderAndCalculation", new[] { - new CalculationGroup("Testmap") + new CalculationGroup { + Name = "Testmap", Children = { CreateFullCalculation(), - new CalculationGroup("Nested") + new CalculationGroup { + Name = "Nested", Children = { CreateSparseCalculation()