summaryrefslogtreecommitdiffstats
path: root/testpar/testphdf5.h
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2004-01-03 04:57:25 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2004-01-03 04:57:25 (GMT)
commit32a213632cfab8463e2bdf6966777f126cc8f988 (patch)
tree0b99bc7c6d9fd8c07a034f38858505bd21522293 /testpar/testphdf5.h
parent2a14f37bda3d3d5a0adcbd21affdb337024a9fa3 (diff)
downloadhdf5-32a213632cfab8463e2bdf6966777f126cc8f988.zip
hdf5-32a213632cfab8463e2bdf6966777f126cc8f988.tar.gz
hdf5-32a213632cfab8463e2bdf6966777f126cc8f988.tar.bz2
[svn-r8014] 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"
Diffstat (limited to 'testpar/testphdf5.h')
-rw-r--r--testpar/testphdf5.h2
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);