diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2004-01-03 02:54:50 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2004-01-03 02:54:50 (GMT) |
commit | f65948d933ac5bc70ec5bd3ab43387b310722d97 (patch) | |
tree | e1ab74e1a87cd1b697d8cb2fbca01dfdf4f9fa2c /testpar/testphdf5.h | |
parent | a59c045de10854aa53d69e2f27b52254138ee7c1 (diff) | |
download | hdf5-f65948d933ac5bc70ec5bd3ab43387b310722d97.zip hdf5-f65948d933ac5bc70ec5bd3ab43387b310722d97.tar.gz hdf5-f65948d933ac5bc70ec5bd3ab43387b310722d97.tar.bz2 |
[svn-r8013] Description:
Added a test of fill value before any data is written to a dataset.
Rename short_dataset() as dataset_fillvalue() as it reflects better
the tests. Also removed the option of -S since the fill value test
will be tested always.
Platforms tested:
"h5committested"
Misc. update:
Diffstat (limited to 'testpar/testphdf5.h')
-rw-r--r-- | testpar/testphdf5.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testpar/testphdf5.h b/testpar/testphdf5.h index e82644a..c6069d5 100644 --- a/testpar/testphdf5.h +++ b/testpar/testphdf5.h @@ -145,7 +145,7 @@ void extend_readInd(char *filename); void extend_readAll(char *filename); void compact_dataset(char *filename); void big_dataset(const char *filename); -void short_dataset(const char *filename); +void dataset_fillvalue(const char *filename); int dataset_vrfy(hssize_t start[], hsize_t count[], hsize_t stride[], hsize_t block[], DATATYPE *dataset, DATATYPE *original); |