Index: Ringtoets/Revetment/test/Ringtoets.Revetment.IO.Test/WaveConditionsExporterBaseTest.cs =================================================================== diff -u -r1d5ceacfda0640fe7527659cc57605d7f6fead0f -r50fc099174271a6f72ed94a8f024cd5377b37a53 --- Ringtoets/Revetment/test/Ringtoets.Revetment.IO.Test/WaveConditionsExporterBaseTest.cs (.../WaveConditionsExporterBaseTest.cs) (revision 1d5ceacfda0640fe7527659cc57605d7f6fead0f) +++ Ringtoets/Revetment/test/Ringtoets.Revetment.IO.Test/WaveConditionsExporterBaseTest.cs (.../WaveConditionsExporterBaseTest.cs) (revision 50fc099174271a6f72ed94a8f024cd5377b37a53) @@ -118,7 +118,7 @@ // Setup ExportableWaveConditions[] exportableWaveConditions = { - new ExportableWaveConditions("blocksName", new WaveConditionsInput + new ExportableWaveConditions("blocksName", new WaveConditionsInput(WaveConditionsRevetment.StabilityStone) { HydraulicBoundaryLocation = new HydraulicBoundaryLocation(1, string.Empty, 0, 0) { @@ -130,7 +130,7 @@ LowerBoundaryWaterLevels = (RoundedDouble) 2.689, UpperBoundaryWaterLevels = (RoundedDouble) 77.8249863247 }, new WaveConditionsOutput(1.11111, 2.22222, 3.33333, 4.44444), CoverType.StoneCoverBlocks), - new ExportableWaveConditions("columnsName", new WaveConditionsInput + new ExportableWaveConditions("columnsName", new WaveConditionsInput(WaveConditionsRevetment.StabilityStone) { HydraulicBoundaryLocation = new HydraulicBoundaryLocation(8, "aLocation", 44, 123.456) {