mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-09-22 23:15:20 +00:00
Add test case for encrypted Rar
This commit is contained in:
@@ -79,6 +79,12 @@ namespace SharpCompress.Test
|
||||
Read("Rar.rar", CompressionType.Rar);
|
||||
}
|
||||
|
||||
[TestMethod]
|
||||
public void Rar_Encrypted_Reader()
|
||||
{
|
||||
Read("Rar.Encrypted.rar", CompressionType.Rar);
|
||||
}
|
||||
|
||||
[TestMethod]
|
||||
public void Rar_Entry_Stream()
|
||||
{
|
||||
|
||||
BIN
TestArchives/Archives/Rar.encrypted.rar
Normal file
BIN
TestArchives/Archives/Rar.encrypted.rar
Normal file
Binary file not shown.
Reference in New Issue
Block a user