diff options
author | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2018-02-17 22:18:37 (GMT) |
---|---|---|
committer | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2018-02-17 22:18:37 (GMT) |
commit | 39e3da756333d5c0e5f024d9067edbadea4a018b (patch) | |
tree | 5cb6498035993710459df84370f246665c74796c /test/dsets.c | |
parent | b65ec9d05b9301ec639fac03b26c6ec06e463888 (diff) | |
download | hdf5-39e3da756333d5c0e5f024d9067edbadea4a018b.zip hdf5-39e3da756333d5c0e5f024d9067edbadea4a018b.tar.gz hdf5-39e3da756333d5c0e5f024d9067edbadea4a018b.tar.bz2 |
Improving tests
Description:
- Added test for version bounds with nested datatypes
- Added script for additional version bound test in h5repack
- Cleaned up tests for consistency
- Removed extra included header files
Platforms tested:
Linux/64 (jelly)
Linux/64 (moohan)
Darwin (osx1010test)
Diffstat (limited to 'test/dsets.c')
-rw-r--r-- | test/dsets.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/dsets.c b/test/dsets.c index 17cf23c..0788bc8 100644 --- a/test/dsets.c +++ b/test/dsets.c @@ -750,10 +750,10 @@ test_compact_io(hid_t fapl) hsize_t dims[2]; int wbuf[16][8], rbuf[16][8]; char filename[FILENAME_BUF_SIZE]; - H5F_libver_t low, high; /* File format bounds */ - H5F_t *fp; /* Internal file pointer */ - H5D_t *dsetp; /* Internal dataset pointer */ - int i, j, n; + H5F_libver_t low, high; /* File format bounds */ + H5F_t *fp; /* Internal file pointer */ + H5D_t *dsetp; /* Internal dataset pointer */ + int i, j, n; /* Indices */ herr_t ret; /* Generic return value */ TESTING("compact dataset I/O"); |