summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2007-03-12 19:55:50 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2007-03-12 19:55:50 (GMT)
commit1cabdbd42f44290aca9b460221cafd85f7358e2c (patch)
tree1be00325258c7b406e39bb553787bb0546f4587d /tools
parent32934cfa2b1955cd7f55a0a041da227e0af7f3e7 (diff)
downloadhdf5-1cabdbd42f44290aca9b460221cafd85f7358e2c.zip
hdf5-1cabdbd42f44290aca9b460221cafd85f7358e2c.tar.gz
hdf5-1cabdbd42f44290aca9b460221cafd85f7358e2c.tar.bz2
[svn-r13507]
make 1.7 files similar to 1.6
Diffstat (limited to 'tools')
-rw-r--r--tools/h5dump/testh5dump.sh.in20
1 files changed, 12 insertions, 8 deletions
diff --git a/tools/h5dump/testh5dump.sh.in b/tools/h5dump/testh5dump.sh.in
index 54d4311..a2455a6 100644
--- a/tools/h5dump/testh5dump.sh.in
+++ b/tools/h5dump/testh5dump.sh.in
@@ -317,13 +317,22 @@ else
fi
# user defined
TOOLTEST tuserfilter.ddl -H -p -d myfilter tfilters.h5
-
-# test for displaying dataset and attribute of null space
-TOOLTEST tnullspace.ddl tnullspace.h5
# test for displaying objects with very long names
TOOLTEST tlonglinks.ddl tlonglinks.h5
+# dimensions over 4GB, print boundary
+TOOLTEST tbigdims.ddl -d dset4gb -s 4294967284 -c 22 tbigdims.h5
+
+# hyperslab read
+TOOLTEST thyperslab.ddl thyperslab.h5
+
+
+#
+
+# test for displaying dataset and attribute of null space
+TOOLTEST tnullspace.ddl tnullspace.h5
+
# test for long double (some systems do not have long double)
#TOOLTEST tldouble.ddl tldouble.h5
@@ -343,11 +352,6 @@ TOOLTEST tbin4.ddl -d double -o out4.bin -b FILE tbinary.h5
# test for dataset region references
TOOLTEST tregref.ddl tdatareg.h5
-# dimensions over 4GB, print boundary
-TOOLTEST tbigdims.ddl -d dset4gb -s 4294967284 -c 22 tbigdims.h5
-
-# hyperslab read
-TOOLTEST thyperslab.ddl thyperslab.h5
if test $nerrors -eq 0 ; then
echo "All $DUMPER tests passed."