diff options
author | Bill Wendling <wendling@ncsa.uiuc.edu> | 2002-02-25 23:12:17 (GMT) |
---|---|---|
committer | Bill Wendling <wendling@ncsa.uiuc.edu> | 2002-02-25 23:12:17 (GMT) |
commit | c78139de47ec5b20210070626764849dfd42de8e (patch) | |
tree | 82b8c4d6c3cb4bdfdc197b1bec89f9e0fec60c3b /tools/h5dump | |
parent | 6a22514a56cfc6672557a19d866e83721871dd87 (diff) | |
download | hdf5-c78139de47ec5b20210070626764849dfd42de8e.zip hdf5-c78139de47ec5b20210070626764849dfd42de8e.tar.gz hdf5-c78139de47ec5b20210070626764849dfd42de8e.tar.bz2 |
[svn-r5009] Purpose:
Oops
Description:
I added files for testing the group comments dumping feature, but
didn't actually add it to the testh5dump.sh script.
Solution:
Added it.
Platforms tested:
Linux
Diffstat (limited to 'tools/h5dump')
-rwxr-xr-x | tools/h5dump/testh5dump.sh | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/tools/h5dump/testh5dump.sh b/tools/h5dump/testh5dump.sh index fb3a929..58f3a9c 100755 --- a/tools/h5dump/testh5dump.sh +++ b/tools/h5dump/testh5dump.sh @@ -147,17 +147,20 @@ TOOLTEST tarray7.ddl tarray7.h5 # test for files with empty data TOOLTEST tempty.ddl tempty.h5 -# test Subsetting -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 +# test for files with groups that have comments +TOOLTEST tgrp_comments.ddl tgrp_comments.h5 # test the --filedriver flag TOOLTEST tsplit_file.ddl --filedriver=split tsplit_file TOOLTEST tfamily.ddl --filedriver=family tfamily%05d.h5 TOOLTEST tmulti.ddl --filedriver=multi tmulti +# test Subsetting +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 + # test XML TOOLTEST tall.h5.xml --xml tall.h5 TOOLTEST tattr.h5.xml --xml tattr.h5 |