Merge branch temp8 into temp8-di2690
This commit is contained in:
@@ -338,7 +338,7 @@ namespace Umbraco.Tests.TestHelpers
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
Logger.Error<TestWithDatabaseBase>("Could not remove the old database file", ex);
|
||||
Logger.Error<TestWithDatabaseBase>(ex, "Could not remove the old database file");
|
||||
|
||||
// swallow this exception - that's because a sub class might require further teardown logic
|
||||
onFail?.Invoke(ex);
|
||||
|
||||
Reference in New Issue
Block a user