diff options
Diffstat (limited to 'test/titerate.c')
-rw-r--r-- | test/titerate.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/titerate.c b/test/titerate.c index 63eb84f..d41df84 100644 --- a/test/titerate.c +++ b/test/titerate.c @@ -935,8 +935,8 @@ test_iterate(void) CHECK(fapl2, FAIL, "H5Pcopy"); /* Set the "use the latest version of the format" bounds for creating objects in the file */ - ret = H5Pset_format_bounds(fapl2, H5F_FORMAT_LATEST, H5F_FORMAT_LATEST); - CHECK(ret, FAIL, "H5Pset_format_bounds"); + ret = H5Pset_libver_bounds(fapl2, H5F_LIBVER_LATEST, H5F_LIBVER_LATEST); + CHECK(ret, FAIL, "H5Pset_libver_bounds"); /* These next tests use the same file */ for(new_format = FALSE; new_format <= TRUE; new_format++) { |