Merge branch temp8 into temp8-di2690

This commit is contained in:
Stephan
2018-08-29 12:15:39 +02:00
205 changed files with 1475 additions and 1426 deletions

View File

@@ -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);