summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorPaul Harten <pharten@ncsa.uiuc.edu>1999-02-01 23:09:01 (GMT)
committerPaul Harten <pharten@ncsa.uiuc.edu>1999-02-01 23:09:01 (GMT)
commit224b6224fbf43f5c11cddc4b77f8ea046873f8d4 (patch)
tree9039cde6431d961a240e79a8960e5f8b6442b04b /tools
parent8606182f1e01dc9ad41f5a891b2da90de5201aa6 (diff)
downloadhdf5-224b6224fbf43f5c11cddc4b77f8ea046873f8d4.zip
hdf5-224b6224fbf43f5c11cddc4b77f8ea046873f8d4.tar.gz
hdf5-224b6224fbf43f5c11cddc4b77f8ea046873f8d4.tar.bz2
[svn-r1045] Purpose:
New feature Solution: Add string conversion testers Platform tested: Solaris2.5
Diffstat (limited to 'tools')
-rw-r--r--tools/testh5toh411
1 files changed, 11 insertions, 0 deletions
diff --git a/tools/testh5toh4 b/tools/testh5toh4
index 8f4b0a5..14809b2 100644
--- a/tools/testh5toh4
+++ b/tools/testh5toh4
@@ -188,6 +188,12 @@ CONVERT tcompound2.h5
# tests for converting H5 objects from many different pathways.
CONVERT tmany.h5
+# tests for converting H5 string objects.
+CONVERT tstr.h5
+
+# tests for converting more H5 string objects.
+CONVERT tstr2.h5
+
#
# The test for conversion are the same as above with the only difference
# being that the HDF4 filenames are given explicitly.
@@ -205,14 +211,19 @@ CONVERT tloop.h5 tloop.hdf
CONVERT tdset2.h5 tdset2.hdf
CONVERT tcompound2.h5 tcompound2.hdf
CONVERT tmany.h5 tmany.hdf
+CONVERT tstr.h5 tstr.hdf
+CONVERT tstr2.h5 tstr2.hdf
+
#
# Again, the test for conversion are the same as the first set of test.
# Here, multiple conversion are done on HDF5 files at one time.
#
+
$RM ./testfiles/*.hdf ./testfiles/*.tmp
CONVERT -m tgroup.h5 tdset.h5 tattr.h5 tslink.h5 thlink.h5
CONVERT -m tcompound.h5 tall.h5 tloop.h5
CONVERT -m tdset2.h5 tcompound2.h5 tmany.h5
+CONVERT -m tstr.h5 tstr2.h5
if test "0" = "$nerrors"; then
echo "All h5toh4 tests passed."