diff options
author | Jonathan Kim <jkm@hdfgroup.org> | 2011-09-14 21:04:41 (GMT) |
---|---|---|
committer | Jonathan Kim <jkm@hdfgroup.org> | 2011-09-14 21:04:41 (GMT) |
commit | 4d4bbf0e811c3ef3f0027c08af598848d8fa2efe (patch) | |
tree | 9a3e2b8e8b72ac3e3feeafa3f2639886a4e1eda9 | |
parent | 0d106f126d51e1559d74b1d3b857aa487fb7b5d6 (diff) | |
download | hdf5-4d4bbf0e811c3ef3f0027c08af598848d8fa2efe.zip hdf5-4d4bbf0e811c3ef3f0027c08af598848d8fa2efe.tar.gz hdf5-4d4bbf0e811c3ef3f0027c08af598848d8fa2efe.tar.bz2 |
[svn-r21389] Test case added for HDFFV-5932 - h5repack breaks files with dimension scales.
Tested:
jam (linux32-LE), koala (linux64-LE), heiwa (linuxppc64-BE)
-rwxr-xr-x | tools/h5repack/h5repack.sh.in | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/tools/h5repack/h5repack.sh.in b/tools/h5repack/h5repack.sh.in index b0619a3..4164133 100755 --- a/tools/h5repack/h5repack.sh.in +++ b/tools/h5repack/h5repack.sh.in @@ -796,11 +796,9 @@ TOOLTEST1 tfamily%05d.h5 # test various references (bug 1814 and 1726) TOOLTEST h5repack_refs.h5 -# test attribute with various references (bug 1797) +# test attribute with various references (bug1797 / HDFFV-5932) # the references in attribute of compund or vlen datatype -# TODO: include this test when code portion is completed. -SKIP h5repack_attr_refs.h5 -#TOOLTEST h5repack_attr_refs.h5 +TOOLTEST h5repack_attr_refs.h5 if test $nerrors -eq 0 ; then echo "All $TESTNAME tests passed." |