mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-09-22 15:04:43 +00:00
Ace largefile test added
This commit is contained in:
@@ -32,5 +32,11 @@ namespace SharpCompress.Test.Ace
|
||||
Read(fileName, compressionType)
|
||||
);
|
||||
}
|
||||
[Theory]
|
||||
[InlineData("Ace.store.largefile.ace", CompressionType.None)]
|
||||
public void Ace_LargeFileTest_Read(string fileName, CompressionType compressionType)
|
||||
{
|
||||
ReadForBufferBoundaryCheck(fileName, compressionType);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
BIN
tests/TestArchives/Archives/Ace.store.largefile.ace
Normal file
BIN
tests/TestArchives/Archives/Ace.store.largefile.ace
Normal file
Binary file not shown.
Reference in New Issue
Block a user