mirror of
https://github.com/HDFGroup/hdf5.git
synced 2026-09-25 04:09:44 +03:00
Change default file format to 1.8 (#5949)
Change default file format to 1.8 across various tests and examples, updating file creation and access logic accordingly. Behavior: Default file format version changed to 1.8 in H5Pfapl.c. Updated file creation and access to use 1.8 format in h5ex_g_compact.c and test_file_image.c. Set earliest file format in multiple test files including cache_tagging.c, dtypes.c, and links.c. Tests: Modified expected output in tools/test/misc/expected/*.ls files to reflect new file format locations. Adjusted test logic in test_file_image.c and cache_tagging.c to accommodate format changes. Misc: Added comments and TODOs for future format testing in test_file_image.c. Minor variable renaming for clarity in test_file_image.c.
This commit is contained in:
@@ -412,7 +412,7 @@ public class TestH5Pfapl {
|
||||
}
|
||||
assertTrue("testH5Pget_libver_bounds", ret_val >= 0);
|
||||
// Check the Earliest Version if the library
|
||||
assertEquals(HDF5Constants.H5F_LIBVER_EARLIEST, libver[0]);
|
||||
assertEquals(HDF5Constants.H5F_LIBVER_V18, libver[0]);
|
||||
// Check the Latest Version if the library
|
||||
assertEquals(HDF5Constants.H5F_LIBVER_LATEST, libver[1]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user