Index: Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil/RingtoetsProjectHelper.cs =================================================================== diff -u -rbba617101367a21a38bf41ad520662058b9012af -r450de34f5b9bea646121b6e101c849f9f78dfc51 --- Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil/RingtoetsProjectHelper.cs (.../RingtoetsProjectHelper.cs) (revision bba617101367a21a38bf41ad520662058b9012af) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil/RingtoetsProjectHelper.cs (.../RingtoetsProjectHelper.cs) (revision 450de34f5b9bea646121b6e101c849f9f78dfc51) @@ -133,7 +133,13 @@ Mean = (RoundedDouble)10.10, StandardDeviation = (RoundedDouble)11.11 } - } + }, + Output = new PipingOutput(1.1, 2.2, 3.3, 4.4, 5.5, 6.6), + SemiProbabilisticOutput = new PipingSemiProbabilisticOutput(7.7, 8.8, 9.9, + 10.10, 11.11, 12.12, + 13.13, 14.14, 15.15, + 16.16, 17.17, + 18.18, 19.19, 20.20) } } }); @@ -182,7 +188,9 @@ Mean = (RoundedDouble)21.21, StandardDeviation = (RoundedDouble)22.22 } - } + }, + Output = null, + SemiProbabilisticOutput = null }); var fullTestProject = new Project