Removed empty lineRemoved failing test
This commit is contained in:
commit
8a4ba6fc56
1 changed files with 2 additions and 7 deletions
|
|
@ -27,13 +27,7 @@ namespace SharpCompress.Test.Arc
|
|||
{
|
||||
ProcessArchive("Arc.squeezed.arc");
|
||||
}
|
||||
|
||||
[Fact]
|
||||
public void Arc_Crunched_Read()
|
||||
{
|
||||
ProcessArchive("Arc.crunched.arc");
|
||||
}
|
||||
|
||||
|
||||
private void ProcessArchive(string archiveName)
|
||||
{
|
||||
// Process a given archive by its name
|
||||
|
|
@ -51,6 +45,7 @@ namespace SharpCompress.Test.Arc
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
VerifyFilesByExtension();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue