summaryrefslogtreecommitdiffstats
path: root/tools/testh5toh4
diff options
context:
space:
mode:
authorPaul Harten <pharten@ncsa.uiuc.edu>1998-12-01 21:56:14 (GMT)
committerPaul Harten <pharten@ncsa.uiuc.edu>1998-12-01 21:56:14 (GMT)
commitbdc304d6128607b6ee00e822be850416959d0732 (patch)
treecb76db86afb10f7b90ec3855c36abba50e867bc9 /tools/testh5toh4
parent5bbc648241695fc07e0c65ce7de5f30e70efb3c4 (diff)
downloadhdf5-bdc304d6128607b6ee00e822be850416959d0732.zip
hdf5-bdc304d6128607b6ee00e822be850416959d0732.tar.gz
hdf5-bdc304d6128607b6ee00e822be850416959d0732.tar.bz2
[svn-r958] Purpose:
New feature Solution: Testing of Extendable Dataset support in h5toh4 converter when extendable dimension is first dimension. Platform tested: Solaris2.5
Diffstat (limited to 'tools/testh5toh4')
-rw-r--r--tools/testh5toh46
1 files changed, 5 insertions, 1 deletions
diff --git a/tools/testh5toh4 b/tools/testh5toh4
index 5b5e85f..22ea13b 100644
--- a/tools/testh5toh4
+++ b/tools/testh5toh4
@@ -236,21 +236,25 @@ MESG 3 "$TestName"
$RM ./testfiles/*.hdf ./testfiles/*.tmp
TEST tgroup.h5
TEST tdset.h5
+TEST tdset2.h5
TEST tattr.h5
TEST tslink.h5
TEST thlink.h5
TEST tcompound.h5
+TEST tcompound2.h5
TEST tall.h5
$RM ./testfiles/*.tmp
TEST tgroup.h5 tgroup.hdf
TEST tdset.h5 tdset.hdf
+TEST tdset2.h5 tdset2.hdf
TEST tattr.h5 tattr.hdf
TEST tslink.h5 tslink.hdf
TEST thlink.h5 thlink.hdf
TEST tcompound.h5 tcompound.hdf
+TEST tcompound2.h5 tcompound2.hdf
TEST tall.h5 tall.hdf
$RM ./testfiles/*.hdf ./testfiles/*.tmp
-TEST -m tgroup.h5 tdset.h5 tattr.h5 tslink.h5 thlink.h5 tcompound.h5 tall.h5
+TEST -m tgroup.h5 tdset.h5 tdset2.h5 tattr.h5 tslink.h5 thlink.h5 tcompound.h5 tcompound2.h5 tall.h5
$RM ./testfiles/*.hdf ./testfiles/*.tmp
else
MESG 3 "$TestName <<<SKIPPED>>>"