Make dictionary tests work
This commit is contained in:
@@ -19,13 +19,18 @@ namespace Umbraco.Tests.BusinessLogic
|
||||
[TestFixture]
|
||||
public class DictionaryTest : BaseWebTest
|
||||
{
|
||||
protected override bool RequiresDbSetup
|
||||
{
|
||||
get { return false; }
|
||||
}
|
||||
|
||||
public override void Initialize()
|
||||
{
|
||||
base.Initialize();
|
||||
|
||||
CreateNew();
|
||||
}
|
||||
|
||||
|
||||
[Test()]
|
||||
public void Dictionary_Get_Top_Level_Items()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user