diff options
author | Ruey-Hsia Li <rli@ncsa.uiuc.edu> | 1998-09-28 15:12:14 (GMT) |
---|---|---|
committer | Ruey-Hsia Li <rli@ncsa.uiuc.edu> | 1998-09-28 15:12:14 (GMT) |
commit | af405e8a6f2eadf3dc53d5bd99d593d0f7393c1f (patch) | |
tree | 0d44d710dce55c36615d97a18bdad61513b6c656 /tools/testfiles/tattr-1.ddl | |
parent | 1b13f305ad4a5a18262c797cf9e05511904cfe73 (diff) | |
download | hdf5-af405e8a6f2eadf3dc53d5bd99d593d0f7393c1f.zip hdf5-af405e8a6f2eadf3dc53d5bd99d593d0f7393c1f.tar.gz hdf5-af405e8a6f2eadf3dc53d5bd99d593d0f7393c1f.tar.bz2 |
[svn-r728] Added tests and expected optput for dumper options.
Diffstat (limited to 'tools/testfiles/tattr-1.ddl')
-rw-r--r-- | tools/testfiles/tattr-1.ddl | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/tools/testfiles/tattr-1.ddl b/tools/testfiles/tattr-1.ddl new file mode 100644 index 0000000..27d5aa8 --- /dev/null +++ b/tools/testfiles/tattr-1.ddl @@ -0,0 +1,22 @@ +############################# +Expected output for '../h5dump tattr.h5' +############################# +HDF5 "tattr.h5" { +GROUP "/" { + ATTRIBUTE "attr1" { + DATATYPE { "H5T_STD_I8LE" } + DATASPACE { ARRAY ( 24 ) ( 24 ) } + DATA {"attribute of root group\000"} + } + ATTRIBUTE "attr2" { + DATATYPE { "H5T_STD_I32BE" } + DATASPACE { ARRAY ( 20 ) ( 20 ) } + DATA {1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20} + } + ATTRIBUTE "attr3" { + DATATYPE { "H5T_IEEE_F64BE" } + DATASPACE { ARRAY ( 10 ) ( 10 ) } + DATA {0.0001,0.0002,0.0003,0.0004,0.0005,0.0006,0.0007,0.0008,0.0009,0.001} + } +} +} |