Skip to content

Commit 36784aa

Browse files
authored
Merge PR #298: Fix warnings in test project
1 parent 4345b6f commit 36784aa

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

test/ICSharpCode.SharpZipLib.Tests/BZip2/Bzip2Tests.cs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -84,12 +84,6 @@ public void CreateEmptyArchive()
8484
}
8585
}
8686

87-
private BZip2OutputStream outStream_;
88-
private BZip2InputStream inStream_;
89-
private WindowedStream window_;
90-
private long readTarget_;
91-
private long writeTarget_;
92-
9387
[Test]
9488
[Category("BZip2")]
9589
[Category("Performance")]

test/ICSharpCode.SharpZipLib.Tests/Zip/GeneralHandling.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -886,7 +886,7 @@ public void UnicodeNameConversion()
886886
{
887887
Encoding.RegisterProvider(CodePagesEncodingProvider.Instance);
888888

889-
ZipConstants.DefaultCodePage = 850;
889+
ZipStrings.CodePage = 850;
890890
string sample = "Hello world";
891891

892892
byte[] rawData = Encoding.ASCII.GetBytes(sample);

0 commit comments

Comments
 (0)