diff options
author | Patrick Lu <ptlu@hawkwind.ncsa.uiuc.edu> | 2000-02-15 15:58:44 (GMT) |
---|---|---|
committer | Patrick Lu <ptlu@hawkwind.ncsa.uiuc.edu> | 2000-02-15 15:58:44 (GMT) |
commit | f6d7c68b7566f7a36766d40002ebca5c780ef833 (patch) | |
tree | 821e30cbbc0bb43344c93324feabae082efc19ff /tools/testfiles/tattr-2.ddl | |
parent | dda956608e8d58a3b8929ba50a7ff6e663532216 (diff) | |
download | hdf5-f6d7c68b7566f7a36766d40002ebca5c780ef833.zip hdf5-f6d7c68b7566f7a36766d40002ebca5c780ef833.tar.gz hdf5-f6d7c68b7566f7a36766d40002ebca5c780ef833.tar.bz2 |
[svn-r1958] updated the ddls for the changes that were made to the dumper
Diffstat (limited to 'tools/testfiles/tattr-2.ddl')
-rw-r--r-- | tools/testfiles/tattr-2.ddl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/testfiles/tattr-2.ddl b/tools/testfiles/tattr-2.ddl index c7978dc..a83e046 100644 --- a/tools/testfiles/tattr-2.ddl +++ b/tools/testfiles/tattr-2.ddl @@ -1,12 +1,12 @@ ############################# Expected output for 'h5dump -a attr1 attr4 attr5 tattr.h5' ############################# -HDF5 "tattr.h5" { +HDF5 "testfiles\tattr.h5" { ATTRIBUTE "attr1" { DATATYPE { H5T_STD_I8BE } DATASPACE { SIMPLE ( 24 ) / ( 24 ) } DATA { - 97, 116, 116, 114, 105, 98, 117, 116, 101, 32, 111, 102, 32, 114, 111, + 97, 116, 116, 114, 105, 98, 117, 116, 101, 32, 111, 102, 32, 114, 111, 111, 116, 32, 103, 114, 111, 117, 112, 0 } } |