Index: Riskeer/Integration/test/Riskeer.Integration.Plugin.Test/Handlers/HydraulicLocationConfigurationDatabaseUpdateHandlerTest.cs =================================================================== diff -u -r243d727d46688e65ced10bff712c7e188ee1a881 -re8d9d50391c42e8c8c108e587d9dac58d23366de --- Riskeer/Integration/test/Riskeer.Integration.Plugin.Test/Handlers/HydraulicLocationConfigurationDatabaseUpdateHandlerTest.cs (.../HydraulicLocationConfigurationDatabaseUpdateHandlerTest.cs) (revision 243d727d46688e65ced10bff712c7e188ee1a881) +++ Riskeer/Integration/test/Riskeer.Integration.Plugin.Test/Handlers/HydraulicLocationConfigurationDatabaseUpdateHandlerTest.cs (.../HydraulicLocationConfigurationDatabaseUpdateHandlerTest.cs) (revision e8d9d50391c42e8c8c108e587d9dac58d23366de) @@ -162,7 +162,7 @@ } [Test] - public void Update_ReadHydraulicLocationConfigurationDatabaseWithoutSettings_SetsDefaultValuesAndLogsWarning() + public void Update_ReadHydraulicLocationConfigurationDatabaseWithoutSettings_SetsExpectedValuesAndLogsWarning() { // Setup const string hlcdFilePath = "some/file/path"; Index: Riskeer/Integration/test/Riskeer.Integration.Plugin.Test/Helpers/HydraulicLocationConfigurationDatabaseUpdateHelperTest.cs =================================================================== diff -u -r243d727d46688e65ced10bff712c7e188ee1a881 -re8d9d50391c42e8c8c108e587d9dac58d23366de --- Riskeer/Integration/test/Riskeer.Integration.Plugin.Test/Helpers/HydraulicLocationConfigurationDatabaseUpdateHelperTest.cs (.../HydraulicLocationConfigurationDatabaseUpdateHelperTest.cs) (revision 243d727d46688e65ced10bff712c7e188ee1a881) +++ Riskeer/Integration/test/Riskeer.Integration.Plugin.Test/Helpers/HydraulicLocationConfigurationDatabaseUpdateHelperTest.cs (.../HydraulicLocationConfigurationDatabaseUpdateHelperTest.cs) (revision e8d9d50391c42e8c8c108e587d9dac58d23366de) @@ -57,7 +57,7 @@ } [Test] - public void UpdateHydraulicLocationConfigurationDatabase_ReadHydraulicLocationConfigurationDatabaseNull_SetDefaultValuesAndLogsWarning() + public void UpdateHydraulicLocationConfigurationDatabase_ReadHydraulicLocationConfigurationDatabaseNull_SetsExpectedValuesAndLogsWarning() { // Setup const string filePath = "some/file/path"; @@ -84,7 +84,7 @@ } [Test] - public void UpdateHydraulicLocationConfigurationDatabase_ReadHydraulicLocationConfigurationDatabaseNotNull_SetExpectedValuesAndDoesNotLog() + public void UpdateHydraulicLocationConfigurationDatabase_ReadHydraulicLocationConfigurationDatabaseNotNull_SetsExpectedValuesAndDoesNotLog() { // Setup const string filePath = "some/file/path";