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()
84
84
}
85
85
}
86
86
87
- private BZip2OutputStream outStream_ ;
88
- private BZip2InputStream inStream_ ;
89
- private WindowedStream window_ ;
90
- private long readTarget_ ;
91
- private long writeTarget_ ;
92
-
93
87
[ Test ]
94
88
[ Category ( "BZip2" ) ]
95
89
[ Category ( "Performance" ) ]
Original file line number Diff line number Diff line change @@ -886,7 +886,7 @@ public void UnicodeNameConversion()
886
886
{
887
887
Encoding . RegisterProvider ( CodePagesEncodingProvider . Instance ) ;
888
888
889
- ZipConstants . DefaultCodePage = 850 ;
889
+ ZipStrings . CodePage = 850 ;
890
890
string sample = "Hello world" ;
891
891
892
892
byte [ ] rawData = Encoding . ASCII . GetBytes ( sample ) ;
You can’t perform that action at this time.
0 commit comments