diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2004-05-21 15:58:53 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2004-05-21 15:58:53 (GMT) |
commit | 9e9bdad5e9b2e182264b3df446cc9534a87f783c (patch) | |
tree | 580edf31dd1b1616e73cbf53d3ed462a1ccb742f /tools/testfiles/tdset-2.ddl | |
parent | d77fc6af739944c0ebbc362d4710da4696dccad0 (diff) | |
download | hdf5-9e9bdad5e9b2e182264b3df446cc9534a87f783c.zip hdf5-9e9bdad5e9b2e182264b3df446cc9534a87f783c.tar.gz hdf5-9e9bdad5e9b2e182264b3df446cc9534a87f783c.tar.bz2 |
[svn-r8563] *** empty log message ***
Diffstat (limited to 'tools/testfiles/tdset-2.ddl')
-rw-r--r-- | tools/testfiles/tdset-2.ddl | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/tools/testfiles/tdset-2.ddl b/tools/testfiles/tdset-2.ddl index 93c961c..0ddcb33 100644 --- a/tools/testfiles/tdset-2.ddl +++ b/tools/testfiles/tdset-2.ddl @@ -1,5 +1,5 @@ ############################# -Expected output for 'h5dump -H -d dset1 -d /dset2 --dataset=dset3 tdset.h5' +Expected output for 'h5dump -H -d dset1 -d /dset2 -d dset3 --dataset=dset4 tdset.h5' ############################# HDF5 "tdset.h5" { DATASET "dset1" { @@ -11,6 +11,10 @@ DATASET "/dset2" { DATASPACE SIMPLE { ( 30, 20 ) / ( 30, 20 ) } } DATASET "dset3" { + DATATYPE H5T_STD_I32BE + DATASPACE NULL +} +DATASET "dset4" { } } -h5dump error: unable to open dataset "dset3" +h5dump error: unable to open dataset "dset4" |