Index: Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/TreeNodeInfos/HydraulicBoundaryDatabaseContextTreeNodeInfoTest.cs =================================================================== diff -u -rd510069b9f0375adf108e8c9ffdb7668e7bb11f4 -r25fa2a83863cea9ede34695627f4be4627dd1466 --- Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/TreeNodeInfos/HydraulicBoundaryDatabaseContextTreeNodeInfoTest.cs (.../HydraulicBoundaryDatabaseContextTreeNodeInfoTest.cs) (revision d510069b9f0375adf108e8c9ffdb7668e7bb11f4) +++ Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/TreeNodeInfos/HydraulicBoundaryDatabaseContextTreeNodeInfoTest.cs (.../HydraulicBoundaryDatabaseContextTreeNodeInfoTest.cs) (revision 25fa2a83863cea9ede34695627f4be4627dd1466) @@ -366,7 +366,7 @@ public void GivenNoFilePathIsSet_WhenOpeningValidFileFromContextMenu_ThenPathWillBeSetAndNotifiesObserverAndLogMessageAdded() { // Given - string testFile = Path.Combine(testDataPath, "HRD ijsselmeer.sqlite"); + string testFile = Path.Combine(testDataPath, "HRD dutch coast south.sqlite"); int contextMenuImportHydraulicBoundaryDatabaseIndex = 1; @@ -456,7 +456,7 @@ public void GivenNoFilePathIsSet_WhenOpeneningValidFileWithoutHLCDFromContextMenu_ThenPathWillNotBeSetAndLogMessageAdded() { // Given - string testFile = Path.Combine(testDataPathNoHlcd, "HRD ijsselmeer.sqlite"); + string testFile = Path.Combine(testDataPathNoHlcd, "HRD dutch coast south.sqlite"); int contextMenuImportHydraulicBoundaryDatabaseIndex = 1; @@ -500,7 +500,7 @@ public void GivenFilePathIsSet_WhenOpeningSameFileFromContextMenu_ThenCalculationsWillNotBeClearedAndLocationsWillBeImported() { // Given - string validFile = Path.Combine(testDataPath, "HRD ijsselmeer.sqlite"); + string validFile = Path.Combine(testDataPath, "HRD dutch coast south.sqlite"); IObserver assessmentObserver = mocks.StrictMock(); assessmentObserver.Expect(o => o.UpdateObserver()); IObserver observer = mocks.StrictMock(); Index: Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/test-data/HydraulicBoundaryDatabase/HRD dutch coast south.sqlite =================================================================== diff -u Binary files differ Index: Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/test-data/HydraulicBoundaryDatabase/HRD ijsselmeer.sqlite =================================================================== diff -u -rd510069b9f0375adf108e8c9ffdb7668e7bb11f4 -r25fa2a83863cea9ede34695627f4be4627dd1466 Binary files differ Index: Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/test-data/HydraulicBoundaryDatabaseNoHLCD/HRD dutch coast south.sqlite =================================================================== diff -u Binary files differ Index: Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/test-data/HydraulicBoundaryDatabaseNoHLCD/HRD ijsselmeer.sqlite =================================================================== diff -u -rd510069b9f0375adf108e8c9ffdb7668e7bb11f4 -r25fa2a83863cea9ede34695627f4be4627dd1466 Binary files differ