Index: Riskeer/StabilityPointStructures/test/Riskeer.StabilityPointStructures.Forms.Test/Views/StabilityPointStructuresCalculationRowTest.cs =================================================================== diff -u -r4936c95daeadf1d6bae41b43d57d0122f9b7b40f -ra85b092a0f8a9472616c788973dc44b7cdb26ed2 --- Riskeer/StabilityPointStructures/test/Riskeer.StabilityPointStructures.Forms.Test/Views/StabilityPointStructuresCalculationRowTest.cs (.../StabilityPointStructuresCalculationRowTest.cs) (revision 4936c95daeadf1d6bae41b43d57d0122f9b7b40f) +++ Riskeer/StabilityPointStructures/test/Riskeer.StabilityPointStructures.Forms.Test/Views/StabilityPointStructuresCalculationRowTest.cs (.../StabilityPointStructuresCalculationRowTest.cs) (revision a85b092a0f8a9472616c788973dc44b7cdb26ed2) @@ -174,7 +174,13 @@ public void UseBreakWaterState_AlwaysOnChange_CorrectColumnStates(bool useBreakWaterState, bool columnIsEnabled) { // Setup - var calculation = new StructuresCalculationScenario(); + var calculation = new StructuresCalculationScenario + { + InputParameters = + { + ForeshoreProfile = new TestForeshoreProfile() + } + }; // Call var row = new StabilityPointStructuresCalculationRow(calculation, new ObservablePropertyChangeHandler(calculation, new StabilityPointStructuresInput()))