diff options
author | Jonathan Kim <jkm@hdfgroup.org> | 2010-03-25 17:46:21 (GMT) |
---|---|---|
committer | Jonathan Kim <jkm@hdfgroup.org> | 2010-03-25 17:46:21 (GMT) |
commit | 25fb34872982389e1f6483f7255669753372c76c (patch) | |
tree | f92ddaf3f204af7ca29eb66cb7da0f47b2514bdf /tools/h5repack/h5repack.sh.in | |
parent | 24ac7627d80b9098d479f058f471173597af971f (diff) | |
download | hdf5-25fb34872982389e1f6483f7255669753372c76c.zip hdf5-25fb34872982389e1f6483f7255669753372c76c.tar.gz hdf5-25fb34872982389e1f6483f7255669753372c76c.tar.bz2 |
[svn-r18455] Purpose:
Fix for the bug1726 - NPOESS: h5repack loses attributes for datasets of
type H5T_REFERENCE.
Description:
Merged from hdf5 trunk rXXX
Tested:
jam
Diffstat (limited to 'tools/h5repack/h5repack.sh.in')
-rwxr-xr-x | tools/h5repack/h5repack.sh.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5repack/h5repack.sh.in b/tools/h5repack/h5repack.sh.in index 7753cc9..9225b9c 100755 --- a/tools/h5repack/h5repack.sh.in +++ b/tools/h5repack/h5repack.sh.in @@ -532,7 +532,7 @@ TOOLTEST $FILE15 # tests family driver (file is located in common testfiles folder, uses TOOLTEST1 TOOLTEST1 $FILE16 -# test various references (bug 1814) +# test various references (bug 1814 and 1726) TOOLTEST $FILE_REF if test $nerrors -eq 0 ; then |