Gets most of the User and UserType legacy objects wrapping the new services, yay! Now just need to sort out all the caching stuff which I have tasks for.

This commit is contained in:
Shannon
2014-01-23 18:44:41 +11:00
parent 64d1a484bd
commit e2ac82abca
13 changed files with 291 additions and 352 deletions

View File

@@ -78,6 +78,8 @@ namespace Umbraco.Tests.TestHelpers
using (DisposableTimer.TraceDuration<BaseDatabaseFactoryTest>("init"))
{
//TODO: Somehow make this faster - takes 5s +
DatabaseContext.Initialize(dbFactory.ProviderName, dbFactory.ConnectionString);
CreateSqlCeDatabase();
InitializeDatabase();