summaryrefslogtreecommitdiffstats
path: root/tools/h5diff/testh5diff.sh
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2003-04-17 20:53:06 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2003-04-17 20:53:06 (GMT)
commit4147628137ef4ec5e596da7ff297e0d93a13d25c (patch)
treee7ca9bf3ba97471c4b334f4677bc40e49507d1d1 /tools/h5diff/testh5diff.sh
parent053cde0b3305724ee9983c3698d405995b46dec0 (diff)
downloadhdf5-4147628137ef4ec5e596da7ff297e0d93a13d25c.zip
hdf5-4147628137ef4ec5e596da7ff297e0d93a13d25c.tar.gz
hdf5-4147628137ef4ec5e596da7ff297e0d93a13d25c.tar.bz2
[svn-r6700] Purpose:
added tests 1.7, 1.8, 1.9 described in the test matrix Description: Solution: Platforms tested: Linux/rockaway(C) SunOS/arabica (C) SGI/modi4 (C) Misc. update:
Diffstat (limited to 'tools/h5diff/testh5diff.sh')
-rwxr-xr-xtools/h5diff/testh5diff.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/h5diff/testh5diff.sh b/tools/h5diff/testh5diff.sh
index 0f0a703..ceaaddb 100755
--- a/tools/h5diff/testh5diff.sh
+++ b/tools/h5diff/testh5diff.sh
@@ -152,6 +152,15 @@ TOOLTEST h5diff_15.txt dset1.1 dset1.5 h5diff_test1.h5 h5diff_test2.h5
# test 1.6: Check for the same current dimensions
TOOLTEST h5diff_16.txt dset1.1 dset1.6 h5diff_test1.h5 h5diff_test2.h5
+# test 1.7 Check for the same maximum dimensions
+TOOLTEST h5diff_17.txt dset1.7 dset1.7 h5diff_test1.h5 h5diff_test2.h5
+
+# test 1.8 Check for different storage order
+TOOLTEST h5diff_18.txt dset1.8 dset1.8 h5diff_test1.h5 h5diff_test2.h5
+
+# test 1.9 Check for H5S_SCALAR dataspace vs simple dataspace with 1 element
+TOOLTEST h5diff_19.txt dset1.9 dset1.9 h5diff_test1.h5 h5diff_test2.h5
+
##############################################################################
# tests 2., Different datatype sizes and different mix of options
##############################################################################