Add test case for encrypted Rar

This commit is contained in:
Hamdanil Rasyid
2013-07-12 23:26:30 +08:00
parent ad421936dc
commit af8e4f9da8
2 changed files with 6 additions and 0 deletions

View File

@@ -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()
{

Binary file not shown.