diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2008-01-15 00:18:29 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2008-01-15 00:18:29 (GMT) |
commit | be4ca1f67ec5e43806378913e280cc3ca4f9d5bc (patch) | |
tree | 82d910906e265f8a45d80d9f2bc189c0cf159e42 /tools/h5dump/testh5dump.sh.in | |
parent | 7fc10c0ea7e447408ccc747d16516b5505dcffa6 (diff) | |
download | hdf5-be4ca1f67ec5e43806378913e280cc3ca4f9d5bc.zip hdf5-be4ca1f67ec5e43806378913e280cc3ca4f9d5bc.tar.gz hdf5-be4ca1f67ec5e43806378913e280cc3ca4f9d5bc.tar.bz2 |
[svn-r14414] revert the subsetting calls of h5dump to 1 size block, still a bug with size > 1
tested: linux
Diffstat (limited to 'tools/h5dump/testh5dump.sh.in')
-rw-r--r-- | tools/h5dump/testh5dump.sh.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/h5dump/testh5dump.sh.in b/tools/h5dump/testh5dump.sh.in index 3db5c58..c0055d6 100644 --- a/tools/h5dump/testh5dump.sh.in +++ b/tools/h5dump/testh5dump.sh.in @@ -378,10 +378,10 @@ 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,2 -c 2,3 -k 2,2 -S 2,1 taindices.h5 +TOOLTEST tindicessub2.ddl -d 2d -s 1,2 -c 2,3 -k 1,1 -S 2,1 taindices.h5 # 3D case -TOOLTEST tindicessub3.ddl -d 3d -s 0,1,2 -c 1,2,3 -k 1,2,1 -S 1,2,1 taindices.h5 +TOOLTEST tindicessub3.ddl -d 3d -s 0,1,2 -c 1,2,3 -k 1,1,1 -S 1,2,1 taindices.h5 # 4D case TOOLTEST tindicessub4.ddl -d 4d -s 0,0,1,3 -c 2,2,6,4 taindices.h5 |