From 1cabdbd42f44290aca9b460221cafd85f7358e2c Mon Sep 17 00:00:00 2001 From: Pedro Vicente Nunes Date: Mon, 12 Mar 2007 14:55:50 -0500 Subject: [svn-r13507] make 1.7 files similar to 1.6 --- tools/h5dump/testh5dump.sh.in | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/tools/h5dump/testh5dump.sh.in b/tools/h5dump/testh5dump.sh.in index 54d4311..a2455a6 100644 --- a/tools/h5dump/testh5dump.sh.in +++ b/tools/h5dump/testh5dump.sh.in @@ -317,13 +317,22 @@ else fi # user defined TOOLTEST tuserfilter.ddl -H -p -d myfilter tfilters.h5 - -# test for displaying dataset and attribute of null space -TOOLTEST tnullspace.ddl tnullspace.h5 # test for displaying objects with very long names TOOLTEST tlonglinks.ddl tlonglinks.h5 +# dimensions over 4GB, print boundary +TOOLTEST tbigdims.ddl -d dset4gb -s 4294967284 -c 22 tbigdims.h5 + +# hyperslab read +TOOLTEST thyperslab.ddl thyperslab.h5 + + +# + +# test for displaying dataset and attribute of null space +TOOLTEST tnullspace.ddl tnullspace.h5 + # test for long double (some systems do not have long double) #TOOLTEST tldouble.ddl tldouble.h5 @@ -343,11 +352,6 @@ TOOLTEST tbin4.ddl -d double -o out4.bin -b FILE tbinary.h5 # test for dataset region references TOOLTEST tregref.ddl tdatareg.h5 -# dimensions over 4GB, print boundary -TOOLTEST tbigdims.ddl -d dset4gb -s 4294967284 -c 22 tbigdims.h5 - -# hyperslab read -TOOLTEST thyperslab.ddl thyperslab.h5 if test $nerrors -eq 0 ; then echo "All $DUMPER tests passed." -- cgit v0.12