Fixes more merge issues and tests, removes lucene dependency from core (not sure why it was there), creates IExamineIndexCollectionAccessor for better testing for classes that require access to the indexers like the GridPropertyEditor.

This commit is contained in:
Shannon
2016-05-31 19:24:33 +02:00
parent c025dd463f
commit a1b6240299
13 changed files with 81 additions and 79 deletions

View File

@@ -36,6 +36,7 @@ namespace Umbraco.Core.IO
string tempDir = unPackDirectory;
Directory.CreateDirectory(tempDir);
//TODO: Get rid of SharpZipLib library
using (ZipInputStream s = new ZipInputStream(File.OpenRead(zipFilePath)))
{
ZipEntry theEntry;