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:
@@ -1,8 +1,8 @@
|
||||
// Archive Tests - Phase 1 Test Framework
|
||||
|
||||
pub mod core_formats_test;
|
||||
pub mod optional_formats_test;
|
||||
pub mod integration_test;
|
||||
pub mod test_helpers;
|
||||
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
|
||||
Reference in New Issue
Block a user