diff options
author | Patrick Lu <ptlu@hawkwind.ncsa.uiuc.edu> | 1999-12-03 20:09:20 (GMT) |
---|---|---|
committer | Patrick Lu <ptlu@hawkwind.ncsa.uiuc.edu> | 1999-12-03 20:09:20 (GMT) |
commit | 015079ab2044aedc8372477400d9f971df977151 (patch) | |
tree | a58afda5275d897504d316ccc2953ac115225928 /tools | |
parent | 6660a174c2ac50346c13298ec83fa73378dc6ea0 (diff) | |
download | hdf5-015079ab2044aedc8372477400d9f971df977151.zip hdf5-015079ab2044aedc8372477400d9f971df977151.tar.gz hdf5-015079ab2044aedc8372477400d9f971df977151.tar.bz2 |
[svn-r1854] fixed a bug
Diffstat (limited to 'tools')
-rw-r--r-- | tools/testfiles/tcomp-1.ddl | 2 | ||||
-rw-r--r-- | tools/testfiles/tcomp-3.ddl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/testfiles/tcomp-1.ddl b/tools/testfiles/tcomp-1.ddl index 6ad9ae5..21fe28d 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/tcomp-3.ddl b/tools/testfiles/tcomp-3.ddl index 1b24e27..9708adf 100644 --- a/tools/testfiles/tcomp-3.ddl +++ b/tools/testfiles/tcomp-3.ddl @@ -1,7 +1,7 @@ ############################# Expected output for 'h5dump -t /#5992:0 -g /group2 tcompound.h5' ############################# -HDF5 "..\..\testfiles\tcompound.h5" { +HDF5 "tcompound.h5" { DATATYPE "/#5992:0" { H5T_STD_I32BE "int"; H5T_IEEE_F32BE "float"; |