Rm stream::tests::zip64_with_leading_junk
As in streaming mode, there is no way to ignore the leading junk. Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
b944bee72d
commit
ef1846e121
1 changed files with 0 additions and 11 deletions
|
@ -266,17 +266,6 @@ mod test {
|
||||||
.unwrap_err();
|
.unwrap_err();
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
|
||||||
fn zip64_with_leading_junk() {
|
|
||||||
let reader = ZipStreamReader::new(io::Cursor::new(include_bytes!(
|
|
||||||
"../../tests/data/zip64_demo.zip"
|
|
||||||
)));
|
|
||||||
let mut v = CounterVisitor::default();
|
|
||||||
reader.visit(&mut v).unwrap();
|
|
||||||
|
|
||||||
assert_eq!(v, CounterVisitor(1, 1));
|
|
||||||
}
|
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn zip_contents() {
|
fn zip_contents() {
|
||||||
let reader = ZipStreamReader::new(io::Cursor::new(include_bytes!(
|
let reader = ZipStreamReader::new(io::Cursor::new(include_bytes!(
|
||||||
|
|
Loading…
Add table
Reference in a new issue