From 224b6224fbf43f5c11cddc4b77f8ea046873f8d4 Mon Sep 17 00:00:00 2001 From: Paul Harten Date: Mon, 1 Feb 1999 18:09:01 -0500 Subject: [svn-r1045] Purpose: New feature Solution: Add string conversion testers Platform tested: Solaris2.5 --- tools/testh5toh4 | 11 +++++++++++ 1 file changed, 11 insertions(+) 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." -- cgit v0.12