Tests.Routing - fix tests

This commit is contained in:
Stephan
2013-02-20 14:23:29 -01:00
parent 40b7659078
commit 957feefb2e

View File

@@ -31,6 +31,8 @@ namespace Umbraco.Tests.Routing
var docRequest = new PublishedContentRequest(url, routingContext);
var lookup = new ContentFinderByNiceUrlAndTemplate();
SettingsForTests.HideTopLevelNodeFromPath = false;
var result = lookup.TryFindDocument(docRequest);
Assert.IsTrue(result);