summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorRaymond Lu <songyulu@hdfgroup.org>2004-05-26 19:43:42 (GMT)
committerRaymond Lu <songyulu@hdfgroup.org>2004-05-26 19:43:42 (GMT)
commitdd03ef3f27627a0f482bb847b23664879df736fc (patch)
tree22aa0ba1fccfe6b3f7a7dc3b885a571902f7e324 /tools
parent5e892a9d645f969ebe1980462cd50da1ec0c73b3 (diff)
downloadhdf5-dd03ef3f27627a0f482bb847b23664879df736fc.zip
hdf5-dd03ef3f27627a0f482bb847b23664879df736fc.tar.gz
hdf5-dd03ef3f27627a0f482bb847b23664879df736fc.tar.bz2
[svn-r8581] Purpose: new test
Description: Add test of null dataspace for dataset and attribute in h5repack. Platforms tested: RH8(fuss). Simple change, only h5repack is involved.
Diffstat (limited to 'tools')
-rw-r--r--tools/h5diff/testh5diff_dset.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5diff/testh5diff_dset.c b/tools/h5diff/testh5diff_dset.c
index 8ea892b..242f5d7 100644
--- a/tools/h5diff/testh5diff_dset.c
+++ b/tools/h5diff/testh5diff_dset.c
@@ -619,7 +619,7 @@ static void write_null_dset(hid_t loc_id, int make_diffs)
int val = 2;
double dval = 7.8;
- /* Create the null attribute */
+ /* Create the null dataset */
sid = H5Screate(H5S_NULL);
if(make_diffs) {
dset_id = H5Dcreate(loc_id,"null_dset",H5T_NATIVE_INT,sid,H5P_DEFAULT);