From umbraco.dll to Umbraco.Web.dll

This commit is contained in:
Stephan
2017-06-27 16:35:29 +02:00
parent 687ccee100
commit 9e7b9ea5b5
12 changed files with 76 additions and 76 deletions

View File

@@ -219,7 +219,7 @@ namespace Umbraco.Tests.Testing
AssembliesToScan = new[]
{
Assembly.Load("Umbraco.Core"),
Assembly.Load("umbraco"),
Assembly.Load("Umbraco.Web"),
Assembly.Load("Umbraco.Tests")
}
};