diff options
author | Patrick Lu <ptlu@hawkwind.ncsa.uiuc.edu> | 2000-02-15 18:25:40 (GMT) |
---|---|---|
committer | Patrick Lu <ptlu@hawkwind.ncsa.uiuc.edu> | 2000-02-15 18:25:40 (GMT) |
commit | 29af1961aceea02e881b46f8120cafc0548c7534 (patch) | |
tree | bb73ca830ea49d06b820f069f8e543f1a52e75d2 /tools | |
parent | e6a75db5e66339903ceac9e52fd9618c9ffc8818 (diff) | |
download | hdf5-29af1961aceea02e881b46f8120cafc0548c7534.zip hdf5-29af1961aceea02e881b46f8120cafc0548c7534.tar.gz hdf5-29af1961aceea02e881b46f8120cafc0548c7534.tar.bz2 |
[svn-r1962] update the name of the file
Diffstat (limited to 'tools')
-rw-r--r-- | tools/testfiles/tall-1.ddl | 9 | ||||
-rw-r--r-- | tools/testfiles/tcomp-1.ddl | 2 | ||||
-rw-r--r-- | tools/testfiles/tstr-1.ddl | 2 |
3 files changed, 5 insertions, 8 deletions
diff --git a/tools/testfiles/tall-1.ddl b/tools/testfiles/tall-1.ddl index 82582c8..0c6f7f7 100644 --- a/tools/testfiles/tall-1.ddl +++ b/tools/testfiles/tall-1.ddl @@ -1,7 +1,4 @@ -############################# -Expected output for 'h5dump tall.h5' -############################# -HDF5 "testfiles\tall.h5" { +HDF5 "testfiles/tall.h5" { GROUP "/" { ATTRIBUTE "attr1" { DATATYPE { H5T_STD_I8BE } @@ -56,8 +53,8 @@ GROUP "/" { DATATYPE { H5T_STD_I32BE } DATASPACE { SIMPLE ( 20 ) / ( 20 ) } DATA { - 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, - 18, 19 + 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, + 19 } } } diff --git a/tools/testfiles/tcomp-1.ddl b/tools/testfiles/tcomp-1.ddl index ff8e77e..529dd5f 100644 --- a/tools/testfiles/tcomp-1.ddl +++ b/tools/testfiles/tcomp-1.ddl @@ -1,7 +1,7 @@ ############################# Expected output for 'h5dump tcompound.h5' ############################# -HDF5 "testfiles\tcompound.h5" { +HDF5 "tcompound.h5" { GROUP "/" { DATATYPE "#5992:0" { H5T_STD_I32BE "int"; diff --git a/tools/testfiles/tstr-1.ddl b/tools/testfiles/tstr-1.ddl index 00e0bf1..7f811cc 100644 --- a/tools/testfiles/tstr-1.ddl +++ b/tools/testfiles/tstr-1.ddl @@ -1,7 +1,7 @@ ############################# Expected output for 'h5dump tstr.h5' ############################# -HDF5 "testfiles\tstr.h5" { +HDF5 "tstr.h5" { GROUP "/" { DATASET "comp1" { DATATYPE { |