summaryrefslogtreecommitdiffstats
path: root/tools/h5dump
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2008-01-14 21:29:09 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2008-01-14 21:29:09 (GMT)
commit1c3e5859d1cdc0e26f21fbc2249577123ad5b8d1 (patch)
tree3f02bb5e5586e96cfc1be328466ae4767647b62e /tools/h5dump
parent4c2256e94691bc3e15c1f053b069f3ce0495a435 (diff)
downloadhdf5-1c3e5859d1cdc0e26f21fbc2249577123ad5b8d1.zip
hdf5-1c3e5859d1cdc0e26f21fbc2249577123ad5b8d1.tar.gz
hdf5-1c3e5859d1cdc0e26f21fbc2249577123ad5b8d1.tar.bz2
[svn-r14411] more progress on the block hyperslab bug, clean code
modified the 2D test case for subsetting with block and stride factors tested: windows, linux
Diffstat (limited to 'tools/h5dump')
-rw-r--r--tools/h5dump/testh5dump.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5dump/testh5dump.sh.in b/tools/h5dump/testh5dump.sh.in
index a976a68..d6877ac 100644
--- a/tools/h5dump/testh5dump.sh.in
+++ b/tools/h5dump/testh5dump.sh.in
@@ -378,7 +378,7 @@ TOOLTEST tindicesno.ddl -y taindices.h5
TOOLTEST tindicessub1.ddl -d 1d -s 1 -c 2 -k 3 -S 10 taindices.h5
# 2D case
-TOOLTEST tindicessub2.ddl -d 2d -s 1,3 -c 6,4 taindices.h5
+TOOLTEST tindicessub2.ddl -d 2d -s 1,2 -c 2,3 -k 2,2 -S 2,1 taindices.h5
# 3D case
TOOLTEST tindicessub3.ddl -d 3d -s 0,1,3 -c 2,6,4 taindices.h5