Index: Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil/RingtoetsProjectTestHelper.cs =================================================================== diff -u -r0d277f52d905e76b3983b760213d54f376ef6b78 -r7c3056aafbb670d79d239ef3d38e9d942bc33498 --- Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil/RingtoetsProjectTestHelper.cs (.../RingtoetsProjectTestHelper.cs) (revision 0d277f52d905e76b3983b760213d54f376ef6b78) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil/RingtoetsProjectTestHelper.cs (.../RingtoetsProjectTestHelper.cs) (revision 7c3056aafbb670d79d239ef3d38e9d942bc33498) @@ -365,7 +365,10 @@ new StructuresCalculation { Name = "Calculation 1", - Comments = "Fully configured for greatness!", + Comments = + { + Comments = "Fully configured for greatness!" + }, InputParameters = { BreakWater = @@ -621,7 +624,10 @@ Name = "AA", IsRelevant = true, Contribution = (RoundedDouble) 1.0, - Comments = "Nice comment about this calculation!", + Comments = + { + Comments = "Nice comment about this calculation!" + }, InputParameters = { SurfaceLine = pipingFailureMechanism.SurfaceLines.First(), @@ -676,7 +682,10 @@ Name = "C", IsRelevant = false, Contribution = (RoundedDouble) 0.5, - Comments = "Another great comment", + Comments = + { + Comments = "Another great comment" + }, InputParameters = { SurfaceLine = pipingFailureMechanism.SurfaceLines.First(), @@ -812,7 +821,10 @@ new GrassCoverErosionInwardsCalculation { Name = "Calculation 1", - Comments = "Comments for Calculation 1", + Comments = + { + Comments = "Comments for Calculation 1" + }, InputParameters = { DikeProfile = dikeProfile, @@ -845,7 +857,10 @@ new GrassCoverErosionInwardsCalculation { Name = "Calculation 2", - Comments = "Comments about Calculation 2" + Comments = + { + Comments = "Comments about Calculation 2" + } }); } @@ -887,7 +902,10 @@ new GrassCoverErosionOutwardsWaveConditionsCalculation { Name = "Calculation 1", - Comments = "Comments for Calculation 1", + Comments = + { + Comments = "Comments for Calculation 1" + }, InputParameters = { ForeshoreProfile = foreshoreProfile, @@ -917,7 +935,10 @@ new GrassCoverErosionOutwardsWaveConditionsCalculation { Name = "Calculation 2", - Comments = "Comments for Calculation 2", + Comments = + { + Comments = "Comments for Calculation 2" + }, InputParameters = { ForeshoreProfile = null, @@ -970,7 +991,10 @@ new StabilityStoneCoverWaveConditionsCalculation { Name = "Calculation 1", - Comments = "Comments for Calculation 1", + Comments = + { + Comments = "Comments for Calculation 1" + }, InputParameters = { ForeshoreProfile = foreshoreProfile, @@ -1000,7 +1024,10 @@ new StabilityStoneCoverWaveConditionsCalculation { Name = "Calculation 2", - Comments = "Comments for Calculation 2", + Comments = + { + Comments = "Comments for Calculation 2" + }, InputParameters = { ForeshoreProfile = null, @@ -1057,7 +1084,10 @@ new WaveImpactAsphaltCoverWaveConditionsCalculation { Name = "Calculation 1", - Comments = "Comments for Calculation 1", + Comments = + { + Comments = "Comments for Calculation 1" + }, InputParameters = { ForeshoreProfile = foreshoreProfile, @@ -1087,7 +1117,10 @@ new WaveImpactAsphaltCoverWaveConditionsCalculation { Name = "Calculation 2", - Comments = "Comments for Calculation 2", + Comments = + { + Comments = "Comments for Calculation 2" + }, InputParameters = { ForeshoreProfile = null,