U4-6147 - fix tests

This commit is contained in:
Stephan
2016-05-03 10:54:16 +02:00
parent 94c82c7cf7
commit 715e03d1c5
10 changed files with 29 additions and 29 deletions

View File

@@ -447,7 +447,7 @@ namespace Umbraco.Tests.Persistence.Repositories
repository.AddOrUpdate(new Macro("test1", "Test1", "~/usercontrol/test1.ascx", "MyAssembly1", "test1.xslt", "~/views/macropartials/test1.cshtml"));
repository.AddOrUpdate(new Macro("test2", "Test2", "~/usercontrol/test2.ascx", "MyAssembly2", "test2.xslt", "~/views/macropartials/test2.cshtml"));
repository.AddOrUpdate(new Macro("test3", "Tet3", "~/usercontrol/test3.ascx", "MyAssembly3", "test3.xslt", "~/views/macropartials/test3.cshtml"));
unitOfWork.Flush();
unitOfWork.Complete();
}
}