diff options
author | Ruey-Hsia Li <rli@ncsa.uiuc.edu> | 1998-09-28 15:49:18 (GMT) |
---|---|---|
committer | Ruey-Hsia Li <rli@ncsa.uiuc.edu> | 1998-09-28 15:49:18 (GMT) |
commit | 8460a082a4e1fc9ea9be15cfb6bbdd866ebf9f4b (patch) | |
tree | 1dc0efa04911bbaf61300134e85162800e8e4cb8 /tools | |
parent | af405e8a6f2eadf3dc53d5bd99d593d0f7393c1f (diff) | |
download | hdf5-8460a082a4e1fc9ea9be15cfb6bbdd866ebf9f4b.zip hdf5-8460a082a4e1fc9ea9be15cfb6bbdd866ebf9f4b.tar.gz hdf5-8460a082a4e1fc9ea9be15cfb6bbdd866ebf9f4b.tar.bz2 |
[svn-r729] Added expected output for dumper option test.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/testfiles/tattr-2.ddl | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/tools/testfiles/tattr-2.ddl b/tools/testfiles/tattr-2.ddl new file mode 100644 index 0000000..2c39ae2 --- /dev/null +++ b/tools/testfiles/tattr-2.ddl @@ -0,0 +1,15 @@ +############################# +Expected output for '../h5dump -a attr1 attr3 tattr.h5' +############################# +HDF5 "tattr.h5" { +ATTRIBUTE "attr1" { + DATATYPE { "H5T_STD_I8LE" } + DATASPACE { ARRAY ( 24 ) ( 24 ) } + DATA {"attribute of root group\000"} +} +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} +} +} |