diff options
author | lrknox <lrknox> | 2017-01-21 15:04:49 (GMT) |
---|---|---|
committer | lrknox <lrknox> | 2017-01-21 15:04:49 (GMT) |
commit | 2db4c7411126b2da7eaa875c5219820eea6978b3 (patch) | |
tree | 0264ba1565e72069a7957f2724e22377ff513919 /tools | |
parent | 90f3f1f0f6e022f4f32c5cdc31afb12372ad9f57 (diff) | |
download | hdf5-2db4c7411126b2da7eaa875c5219820eea6978b3.zip hdf5-2db4c7411126b2da7eaa875c5219820eea6978b3.tar.gz hdf5-2db4c7411126b2da7eaa875c5219820eea6978b3.tar.bz2 |
Change dataset name in expected output file to match name change in test
data file.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/testfiles/tudfilter.ddl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testfiles/tudfilter.ddl b/tools/testfiles/tudfilter.ddl index 5bdceec..b2aa7e6 100644 --- a/tools/testfiles/tudfilter.ddl +++ b/tools/testfiles/tudfilter.ddl @@ -1,6 +1,6 @@ HDF5 "tudfilter.h5" { GROUP "/" { - DATASET "dynlib2" { + DATASET "dynlibud" { DATATYPE H5T_STD_I32LE DATASPACE SIMPLE { ( 20, 10 ) / ( 20, 10 ) } DATA { |