File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed
test/ICSharpCode.SharpZipLib.Tests Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff 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" ) ]
Original file line number Diff line number Diff 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 ) ;
You can’t perform that action at this time.
0 commit comments