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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user