Index: Ringtoets/Common/test/Ringtoets.Common.Data.TestUtil/TestCalculationWithForeshoreProfile.cs =================================================================== diff -u -rc37f276833a0c2638b9514f528f3434c8d68199c -r3ff98dbb4db7f1269de33c3e972a633ec74169a5 --- Ringtoets/Common/test/Ringtoets.Common.Data.TestUtil/TestCalculationWithForeshoreProfile.cs (.../TestCalculationWithForeshoreProfile.cs) (revision c37f276833a0c2638b9514f528f3434c8d68199c) +++ Ringtoets/Common/test/Ringtoets.Common.Data.TestUtil/TestCalculationWithForeshoreProfile.cs (.../TestCalculationWithForeshoreProfile.cs) (revision 3ff98dbb4db7f1269de33c3e972a633ec74169a5) @@ -41,7 +41,9 @@ } public string Name { get; set; } + public bool HasOutput { get; private set; } + public Comment Comments { get; } /// @@ -106,6 +108,7 @@ public class TestCalculationInputWithForeshoreProfile : ICalculationInput, IUseForeshore, IHasForeshoreProfile { public ForeshoreProfile ForeshoreProfile { get; set; } + public bool IsForeshoreProfileInputSynchronized { get; } public bool UseForeshore { get; set; }