WIP - starts porting umbraco over to lucene 3 and Examine v2

This commit is contained in:
Shannon
2016-03-30 15:12:30 +02:00
parent 4defc881d4
commit 429d7e2aff
26 changed files with 504 additions and 324 deletions

View File

@@ -13,8 +13,6 @@ namespace Umbraco.Tests.UmbracoExamine
[SetUp]
public virtual void TestSetup()
{
UmbracoExamineSearcher.DisableInitializationCheck = true;
BaseUmbracoIndexer.DisableInitializationCheck = true;
ShortStringHelperResolver.Current = new ShortStringHelperResolver(new DefaultShortStringHelper(SettingsForTests.GetDefault()));
Resolution.Freeze();
@@ -23,9 +21,6 @@ namespace Umbraco.Tests.UmbracoExamine
[TearDown]
public virtual void TestTearDown()
{
UmbracoExamineSearcher.DisableInitializationCheck = null;
BaseUmbracoIndexer.DisableInitializationCheck = null;
//reset all resolvers
ResolverCollection.ResetAll();
//reset resolution itself (though this should be taken care of by resetting any of the resolvers above)