Fix test compilation errors: archive tests API updates + SSH tests
- archive/tests/mod.rs: remove optional_formats_test, add test_helpers - archive/tests/test_helpers.rs: update zip/flate2/tar crate APIs - archive/tests/core_formats_test.rs: restructure helper modules - archive/processor.rs: add modified_time field, use actual_ratio() - ssh_server/cipher.rs: add iv_ctos/iv_stoc to SessionKeys tests - ssh_server/crypto.rs: make client_kex/server_kex mutable - ssh_server/sshbuf.rs: fix mutable borrow conflict in test Test result: 123 passed, 12 failed (assertion failures)
This commit is contained in:
@@ -5,6 +5,7 @@ use std::io::Read;
|
||||
use tempfile::TempDir;
|
||||
|
||||
use crate::archive::*;
|
||||
use crate::archive::processor::check_decompression_ratio;
|
||||
use crate::archive::tests::test_helpers::*;
|
||||
|
||||
#[test]
|
||||
|
||||
Reference in New Issue
Block a user