From e839226f2b374dd039cf2da02093922731bc010d Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Thu, 26 Sep 2013 15:54:47 +0200 Subject: [PATCH] unit tests adapted to new API --- test/h5b_read.c | 22 +++++++++------- test/h5b_write.c | 21 +++++++++------- test/h5u_read.c | 28 ++++++++++++--------- test/h5u_write.c | 65 ++++++++++++++++++++++++++++++++++-------------- 4 files changed, 87 insertions(+), 49 deletions(-) diff --git a/test/h5b_read.c b/test/h5b_read.c index 9d7aba7..7bdbacd 100644 --- a/test/h5b_read.c +++ b/test/h5b_read.c @@ -133,12 +133,6 @@ test_read_data64(h5_file_t file, int step) } } -#if defined(PARALLEL_IO) - TEST("Setting throttle"); - status = H5SetThrottle(file, 3); - RETURN(status, H5_SUCCESS, "H5SetThrottle"); -#endif - TEST("Reading 64-bit data"); for (t=step; t