Index: Ringtoets/DuneErosion/test/Ringtoets.DuneErosion.IO.Test/DuneLocationsExporterTest.cs =================================================================== diff -u -rac90331e9c1ff9217f04027127082f75a10e8c0a -r60a6001eab5fc26fcea94dc82912cb7f8dbcbf68 --- Ringtoets/DuneErosion/test/Ringtoets.DuneErosion.IO.Test/DuneLocationsExporterTest.cs (.../DuneLocationsExporterTest.cs) (revision ac90331e9c1ff9217f04027127082f75a10e8c0a) +++ Ringtoets/DuneErosion/test/Ringtoets.DuneErosion.IO.Test/DuneLocationsExporterTest.cs (.../DuneLocationsExporterTest.cs) (revision 60a6001eab5fc26fcea94dc82912cb7f8dbcbf68) @@ -42,7 +42,7 @@ public void Constructor_ExpectedValues() { // Setup - var filePath = Path.Combine(testDataPath, "tets.bnd"); + var filePath = Path.Combine(testDataPath, "test.bnd"); // Call var exporter = new DuneLocationsExporter(Enumerable.Empty(), filePath); @@ -55,7 +55,7 @@ public void Constructor_LocationsNull_ThrowArgumentNullException() { // Setup - var filePath = Path.Combine(testDataPath, "tets.bnd"); + var filePath = Path.Combine(testDataPath, "test.bnd"); // Call TestDelegate test = () => new DuneLocationsExporter(null, filePath); @@ -152,7 +152,7 @@ } [Test] - public void Export_InvalidDirectoryRight_LogErrorAndReturnFalse() + public void Export_InvalidDirectoryRights_LogErrorAndReturnFalse() { // Setup DuneLocation[] duneLocations =