Refactor new Services for thread safety, plus unit tests. Not all services are updated to be correct, only the
ContentService, the rest need to be updated as well.
This commit is contained in:
@@ -228,9 +228,6 @@ namespace Umbraco.Tests.CodeFirst
|
||||
[TearDown]
|
||||
public override void TearDown()
|
||||
{
|
||||
|
||||
DatabaseContext.Database.Dispose();
|
||||
|
||||
base.TearDown();
|
||||
|
||||
//reset the app context
|
||||
|
||||
Reference in New Issue
Block a user