()
| 2989 | |
| 2990 | #[test] |
| 2991 | fn test_header_huge_file() { |
| 2992 | let header = test_huge_header(); |
| 2993 | with_basic_file(&header, |disk_file: RawFile| { |
| 2994 | QcowFile::from(disk_file).expect_err("Failed to create file."); |
| 2995 | }); |
| 2996 | } |
| 2997 | |
| 2998 | #[test] |
| 2999 | fn test_header_crazy_file_size_rejected() { |
nothing calls this directly
no test coverage detected