summaryrefslogtreecommitdiffstats
path: root/tools/h5repack/h5repack.sh.in
diff options
context:
space:
mode:
authorJonathan Kim <jkm@hdfgroup.org>2010-03-18 21:38:09 (GMT)
committerJonathan Kim <jkm@hdfgroup.org>2010-03-18 21:38:09 (GMT)
commit8c9b42fcf3d5077414e860e701d53bf61d0d99cd (patch)
tree7538f5eb2d9ccfb10beec1e57ff0d7b85c6cb13a /tools/h5repack/h5repack.sh.in
parentbcd6c3f7cca0b5cb888132f8d24230c15d03d5d0 (diff)
downloadhdf5-8c9b42fcf3d5077414e860e701d53bf61d0d99cd.zip
hdf5-8c9b42fcf3d5077414e860e701d53bf61d0d99cd.tar.gz
hdf5-8c9b42fcf3d5077414e860e701d53bf61d0d99cd.tar.bz2
[svn-r18425] Purpose:
Fix for bug1814 - NPOESS: h5repack doesn't handle references to the groups as an element of a dataset Description: handles object reference to named-datatype as well. Add test cases. Tested: jam, amani, linew
Diffstat (limited to 'tools/h5repack/h5repack.sh.in')
-rwxr-xr-xtools/h5repack/h5repack.sh.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/h5repack/h5repack.sh.in b/tools/h5repack/h5repack.sh.in
index 32622a0..35fc5fd 100755
--- a/tools/h5repack/h5repack.sh.in
+++ b/tools/h5repack/h5repack.sh.in
@@ -59,6 +59,7 @@ FILE14=h5repack_layouto.h5 # A file with an older version of the layout mes
# (copy of test/tlayouto.h5)
FILE15=h5repack_named_dtypes.h5
FILE16=tfamily%05d.h5 # located in common testfiles folder
+FILE_REF=h5repack_refs.h5
nerrors=0
@@ -531,6 +532,9 @@ TOOLTEST $FILE15
# tests family driver (file is located in common testfiles folder, uses TOOLTEST1
TOOLTEST1 $FILE16
+# test various references (bug 1814)
+TOOLTEST $FILE_REF
+
if test $nerrors -eq 0 ; then
echo "All $TESTNAME tests passed."
exit $EXIT_SUCCESS