Fixes failing unit tests due to adding check for if the application is configured and un-ignores a couple.
This commit is contained in:
@@ -34,7 +34,6 @@ namespace Umbraco.Tests.ContentStores
|
||||
PublishedMediaTests.DoTearDown();
|
||||
}
|
||||
|
||||
[Ignore]
|
||||
[Test]
|
||||
public void Get_Root_Docs()
|
||||
{
|
||||
@@ -53,7 +52,6 @@ namespace Umbraco.Tests.ContentStores
|
||||
|
||||
}
|
||||
|
||||
[Ignore]
|
||||
[Test]
|
||||
public void Get_Item_Without_Examine()
|
||||
{
|
||||
|
||||
@@ -78,7 +78,7 @@ namespace Umbraco.Tests.TestHelpers
|
||||
if (RequiresDbSetup)
|
||||
{
|
||||
//Create the umbraco database and its base data
|
||||
DatabaseContext.Database.CreateDatabaseSchema();
|
||||
DatabaseContext.Database.CreateDatabaseSchema(false);
|
||||
}
|
||||
|
||||
//called so that inheritors can do stuff before freezing.
|
||||
|
||||
Reference in New Issue
Block a user