summaryrefslogtreecommitdiffstats
path: root/tools/h5diff/testh5diff.sh
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2006-04-25 18:19:40 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2006-04-25 18:19:40 (GMT)
commit50c9a237255f5e1917e564e9f1f0d2bc95f3ac04 (patch)
tree70443d8454bf1d1302a88e722d233661bb928bc1 /tools/h5diff/testh5diff.sh
parent8b90adeac6716fe17fc0f4241bdd48333d15941a (diff)
downloadhdf5-50c9a237255f5e1917e564e9f1f0d2bc95f3ac04.zip
hdf5-50c9a237255f5e1917e564e9f1f0d2bc95f3ac04.tar.gz
hdf5-50c9a237255f5e1917e564e9f1f0d2bc95f3ac04.tar.bz2
[svn-r12297] Purpose:
new feature Description: added support for the printout of dataset region references differences added a new test for this merged the h5diff generator of test files into a single file Solution: Platforms tested: linux 32, 64 solaris Misc. update:
Diffstat (limited to 'tools/h5diff/testh5diff.sh')
-rwxr-xr-xtools/h5diff/testh5diff.sh14
1 files changed, 3 insertions, 11 deletions
diff --git a/tools/h5diff/testh5diff.sh b/tools/h5diff/testh5diff.sh
index 4cbad3f..044206a 100755
--- a/tools/h5diff/testh5diff.sh
+++ b/tools/h5diff/testh5diff.sh
@@ -240,7 +240,7 @@ SKIP() {
##############################################################################
##############################################################################
-### T H E T E S T S ###
+### T H E T E S T S ###
##############################################################################
##############################################################################
@@ -348,8 +348,8 @@ TOOLTEST h5diff_56.txt file4.h5 file4.h5 -v dset6a dset6b
# 5.7
TOOLTEST h5diff_57.txt file4.h5 file4.h5 -v dset7a dset7b
-# 5.8 long_long test; different format of long_long print in Linux and IRIX
-#TOOLTEST h5diff_58.txt file4.h5 file4.h5 dset8a dset8b
+# 5.8 (region reference)
+TOOLTEST h5diff_58.txt file7.h5 file8.h5 -v refreg
# ##############################################################################
# # Error messages
@@ -482,18 +482,10 @@ TOOLTEST h5diff_80.txt file7.h5 file8.h5 -v
TOOLTEST h5diff_90.txt file1.h5 file1.h5
-
-
-
-
-
-
# ##############################################################################
# # END
# ##############################################################################
-
-
if test $nerrors -eq 0 ; then
echo "All $H5DIFF tests passed."
fi