diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2008-03-10 16:48:16 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2008-03-10 16:48:16 (GMT) |
commit | 2a2ccb45611800ba89dd23b6445e0b4b82bf92e3 (patch) | |
tree | 2d57540402fa26b066bb2d16f8989b5f0b4e8ddf /tools/h5dump | |
parent | cb14bb5a1c7dbba75c86db9293a8175bfc9bf9c8 (diff) | |
download | hdf5-2a2ccb45611800ba89dd23b6445e0b4b82bf92e3.zip hdf5-2a2ccb45611800ba89dd23b6445e0b4b82bf92e3.tar.gz hdf5-2a2ccb45611800ba89dd23b6445e0b4b82bf92e3.tar.bz2 |
[svn-r14716] remove a commented test call that was calling for an invalid block selection
tested: linux
Diffstat (limited to 'tools/h5dump')
-rw-r--r-- | tools/h5dump/testh5dump.sh.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/h5dump/testh5dump.sh.in b/tools/h5dump/testh5dump.sh.in index b7b8429..1a8c18a 100644 --- a/tools/h5dump/testh5dump.sh.in +++ b/tools/h5dump/testh5dump.sh.in @@ -325,8 +325,7 @@ TOOLTEST tall-2B.ddl -A -r tall.h5 TOOLTEST tall-4s.ddl --dataset=/g1/g1.1/dset1.1.1 --start=1,1 --stride=2,3 --count=3,2 --block=1,1 tall.h5 TOOLTEST tall-5s.ddl -d "/g1/g1.1/dset1.1.2[0;2;10;]" tall.h5 TOOLTEST tdset-3s.ddl -d "/dset1[1,1;;;]" tdset.h5 -# block -# TOOLTEST tdset2-1s.ddl -d "/dset1[;3,2;4,4;1,4]" tdset2.h5 + # test printing characters in ASCII instead of decimal TOOLTEST tchar1.ddl -r tchar.h5 |