diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2004-06-10 20:55:34 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2004-06-10 20:55:34 (GMT) |
commit | 9d0ee097081d06dc71fa0d103716a01e24ada2b3 (patch) | |
tree | 986a0536317dd1b32bb847fcaa0588bf55a43987 /tools/testfiles/treference.ddl | |
parent | 7ce626721c33d1ce3e33cbac963a98a1f42098be (diff) | |
download | hdf5-9d0ee097081d06dc71fa0d103716a01e24ada2b3.zip hdf5-9d0ee097081d06dc71fa0d103716a01e24ada2b3.tar.gz hdf5-9d0ee097081d06dc71fa0d103716a01e24ada2b3.tar.bz2 |
[svn-r8647] Purpose:
h5dump update
Description:
updated the h5dump test files generator , so that it coincides with the 1.6 branch
Solution:
Platforms tested:
linux (small)
Misc. update:
Diffstat (limited to 'tools/testfiles/treference.ddl')
-rw-r--r-- | tools/testfiles/treference.ddl | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/tools/testfiles/treference.ddl b/tools/testfiles/treference.ddl index 817bbaf..10fb199 100644 --- a/tools/testfiles/treference.ddl +++ b/tools/testfiles/treference.ddl @@ -4,9 +4,11 @@ Expected output for 'h5dump -d reference tfilters.h5' HDF5 "tfilters.h5" { DATASET "reference" { DATATYPE H5T_REFERENCE - DATASPACE SIMPLE { ( 2 ) / ( 2 ) } + DATASPACE SIMPLE { ( 5 ) / ( 5 ) } DATA { - (0) DATASET 36216 /char , DATASET 35944 /string + (0) DATASET 976 /compact , DATATYPE 15955 /myvlen , + (2) DATASET 976 /compact , DATATYPE 15955 /myvlen , + (4) DATASET 2376 /contiguous } } } |