From 6b25e5299fb190e99692c0edf5a7774adb2f6c0d Mon Sep 17 00:00:00 2001 From: Shannon Date: Wed, 7 Jan 2015 15:43:47 +1100 Subject: [PATCH] fixes unit test --- src/Umbraco.Tests/BusinessLogic/ApplicationTreeTest.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Umbraco.Tests/BusinessLogic/ApplicationTreeTest.cs b/src/Umbraco.Tests/BusinessLogic/ApplicationTreeTest.cs index 109e8178cf..c9be4edc53 100644 --- a/src/Umbraco.Tests/BusinessLogic/ApplicationTreeTest.cs +++ b/src/Umbraco.Tests/BusinessLogic/ApplicationTreeTest.cs @@ -32,7 +32,7 @@ namespace Umbraco.Tests.BusinessLogic Assert.IsNotNull(app); //create the new app tree assigned to the new app - ApplicationTree.MakeNew(false, false, 0, app.alias, name, name, "icon.jpg", "icon.jpg", "nullassembly", "nulltype", string.Empty); + ApplicationTree.MakeNew(false, false, 0, app.alias, name, name, "icon.jpg", "icon.jpg", "", "umbraco.loadContent, umbraco", string.Empty); var tree = ApplicationTree.getByAlias(name); Assert.IsNotNull(tree);