Index: Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.IO.Test/Configurations/HeightStructuresCalculationConfigurationImporterTest.cs =================================================================== diff -u -r9a0e768e9ddbc5e4917201fdb864bb2247e5cd90 -r3307edf9e893dd67926dffaac019185b32bbbe86 --- Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.IO.Test/Configurations/HeightStructuresCalculationConfigurationImporterTest.cs (.../HeightStructuresCalculationConfigurationImporterTest.cs) (revision 9a0e768e9ddbc5e4917201fdb864bb2247e5cd90) +++ Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.IO.Test/Configurations/HeightStructuresCalculationConfigurationImporterTest.cs (.../HeightStructuresCalculationConfigurationImporterTest.cs) (revision 3307edf9e893dd67926dffaac019185b32bbbe86) @@ -110,9 +110,9 @@ [TestCase("validConfigurationStormDurationVariationCoefficient.xml", "Er kan geen variatiecoëfficiënt voor stochast 'stormduur' opgegeven worden.")] [TestCase("validConfigurationFailureProbabilityStructureErosionWithoutStructure.xml", - "Er is geen kunstwerk opgegeven om de faalkans gegeven erosie bodem aan toe te voegen.")] + "Er is geen kunstwerk opgegeven om faalkans gegeven erosie bodem aan toe te voegen.")] [TestCase("validConfigurationOrientationWithoutStructure.xml", - "Er is geen kunstwerk opgegeven om de oriëntatie aan toe te voegen.")] + "Er is geen kunstwerk opgegeven om oriëntatie aan toe te voegen.")] [TestCase("validConfigurationInvalidFailureProbabilityStructureErosion.xml", "Een waarde van '1,1' als faalkans gegeven erosie bodem is ongeldig. De waarde voor de faalkans moet in het bereik [0,0, 1,0] liggen.")] [TestCase("validConfigurationInvalidOrientation.xml", @@ -234,7 +234,7 @@ } [Test] - public void Import_FullCalculationConfigruation_DataAddedToModel() + public void Import_FullCalculationConfiguration_DataAddedToModel() { // Setup string filePath = Path.Combine(importerPath, "validFullConfiguration.xml");