mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-09-24 07:54:39 +00:00
uncomment tests
This commit is contained in:
@@ -8,7 +8,6 @@ using Xunit;
|
||||
|
||||
namespace SharpCompress.Test.SevenZip;
|
||||
|
||||
#if !NETFRAMEWORK
|
||||
public class SevenZipArchiveAsyncTests : ArchiveTests
|
||||
{
|
||||
[Fact]
|
||||
@@ -65,7 +64,7 @@ public class SevenZipArchiveAsyncTests : ArchiveTests
|
||||
VerifyFiles();
|
||||
}
|
||||
|
||||
//[Fact]
|
||||
[Fact]
|
||||
public async Task SevenZipArchive_Solid_AsyncStreamExtraction()
|
||||
{
|
||||
var testArchive = Path.Combine(TEST_ARCHIVES_PATH, "7Zip.solid.7z");
|
||||
@@ -92,7 +91,7 @@ public class SevenZipArchiveAsyncTests : ArchiveTests
|
||||
VerifyFiles();
|
||||
}
|
||||
|
||||
//[Fact]
|
||||
[Fact]
|
||||
public async Task SevenZipArchive_BZip2_AsyncStreamExtraction()
|
||||
{
|
||||
var testArchive = Path.Combine(TEST_ARCHIVES_PATH, "7Zip.BZip2.7z");
|
||||
@@ -119,7 +118,7 @@ public class SevenZipArchiveAsyncTests : ArchiveTests
|
||||
VerifyFiles();
|
||||
}
|
||||
|
||||
//[Fact]
|
||||
[Fact]
|
||||
public async Task SevenZipArchive_PPMd_AsyncStreamExtraction()
|
||||
{
|
||||
var testArchive = Path.Combine(TEST_ARCHIVES_PATH, "7Zip.PPMd.7z");
|
||||
@@ -146,4 +145,3 @@ public class SevenZipArchiveAsyncTests : ArchiveTests
|
||||
VerifyFiles();
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user