Index: Ringtoets/Revetment/test/Ringtoets.Revetment.Service.Test/WaveConditionsCalculationServiceBaseTest.cs =================================================================== diff -u -r66f8f4622c8742bfb8fc0501cf44c3c58fd35522 -r6a8d4edb0f3b2d00d3958c48146c51487bd01247 --- Ringtoets/Revetment/test/Ringtoets.Revetment.Service.Test/WaveConditionsCalculationServiceBaseTest.cs (.../WaveConditionsCalculationServiceBaseTest.cs) (revision 66f8f4622c8742bfb8fc0501cf44c3c58fd35522) +++ Ringtoets/Revetment/test/Ringtoets.Revetment.Service.Test/WaveConditionsCalculationServiceBaseTest.cs (.../WaveConditionsCalculationServiceBaseTest.cs) (revision 6a8d4edb0f3b2d00d3958c48146c51487bd01247) @@ -509,7 +509,7 @@ { new WaveConditionsCalculationService().PublicCalculate(a, b, c, norm, input, hcldFilePath, ringId, calculationName); } - catch (HydraRingFileParserException) + catch (HydraRingCalculationException) { exceptionThrown = true; }