[svn-r13507]

make 1.7 files similar to 1.6
This commit is contained in:
Pedro Vicente Nunes 2007-03-12 14:55:50 -05:00
parent 32934cfa2b
commit 1cabdbd42f

View File

@ -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."