From 5491da18dda8c6f55bc2bc5d95f21b86908cd382 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Tue, 9 Jan 2024 09:50:18 +0300 Subject: Raise exception on reading non-existing file The validation checks ensure that whatever files are listed in the control file exist in the zip file bundle. It is still possible, however, that the code tries to read a file that does not exist in the file and is not listed in the control file. In those cases, raise the appropriate exception. --- tests/r_qtl/test_files/nonexistent.zip | Bin 0 -> 380 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 tests/r_qtl/test_files/nonexistent.zip (limited to 'tests/r_qtl/test_files/nonexistent.zip') diff --git a/tests/r_qtl/test_files/nonexistent.zip b/tests/r_qtl/test_files/nonexistent.zip new file mode 100644 index 0000000..4a31bf1 Binary files /dev/null and b/tests/r_qtl/test_files/nonexistent.zip differ -- cgit v1.2.3