From 9d0bd793b552e248a10f9ff8b6c62d942fe437a1 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Mon, 23 Dec 2019 15:58:47 +0100 Subject: Network: remove dedicated get_file_size() callback to use get_header_value(), and test --- data/Makefile.am | 1 + data/tests/test_vgrid_single_strip_truncated.tif | Bin 0 -> 550 bytes 2 files changed, 1 insertion(+) create mode 100644 data/tests/test_vgrid_single_strip_truncated.tif (limited to 'data') diff --git a/data/Makefile.am b/data/Makefile.am index 59ab4e83..3778a2be 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -81,6 +81,7 @@ EXTRA_DIST = GL27 nad.lst nad27 nad83 \ tests/test_hgrid_with_subgrid_no_grid_name.tif \ tests/subset_of_gr3df97a.tif \ tests/egm96_15_uncompressed_truncated.tif \ + tests/test_vgrid_single_strip_truncated.tif \ null \ generate_all_sql_in.cmake sql_filelist.cmake \ $(SQL_ORDERED_LIST) diff --git a/data/tests/test_vgrid_single_strip_truncated.tif b/data/tests/test_vgrid_single_strip_truncated.tif new file mode 100644 index 00000000..9a0030f6 Binary files /dev/null and b/data/tests/test_vgrid_single_strip_truncated.tif differ -- cgit v1.2.3