mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-30 15:32:37 +08:00
[svn-r5581] Purpose:
Bug Fix Description: On AIX machines, the number of script interpreters which ran the testh5dump.sh script would strip too many of the quotes away, causing problems if you're quoting something with a space in it. Solution: Just got rid of the spaces and used ',' instead. Platforms tested: AIX and Linux
This commit is contained in:
parent
2f1538cd7a
commit
5afb12313a
@ -162,7 +162,7 @@ TOOLTEST tlarge_objname.ddl -w157 tlarge_objname.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
|
||||
TOOLTEST tdset2-1s.ddl -d "/dset1[;3 2;4 4;1 4]" tdset2.h5
|
||||
TOOLTEST tdset2-1s.ddl -d "/dset1[;3,2;4,4;1,4]" tdset2.h5
|
||||
|
||||
# test XML
|
||||
TOOLTEST tall.h5.xml --xml tall.h5
|
||||
|
@ -1,5 +1,5 @@
|
||||
#############################
|
||||
Expected output for 'h5dump -d /dset1[;3 2;4 4;1 4] tdset2.h5'
|
||||
Expected output for 'h5dump -d /dset1[;3,2;4,4;1,4] tdset2.h5'
|
||||
#############################
|
||||
HDF5 "tdset2.h5" {
|
||||
DATASET "/dset1" {
|
||||
|
Loading…
Reference in New Issue
Block a user