summaryrefslogtreecommitdiffstats
path: root/tools/testh5dump.sh
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2000-11-14 23:48:59 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2000-11-14 23:48:59 (GMT)
commitf1410eb0993f4ee52608158cc7710a8752273bc6 (patch)
tree05ebb849a8b3bb5c5d9f52141d1e0c48d1e766e0 /tools/testh5dump.sh
parent9f1175ee2ce44e872c02a84af880f51d73224730 (diff)
downloadhdf5-f1410eb0993f4ee52608158cc7710a8752273bc6.zip
hdf5-f1410eb0993f4ee52608158cc7710a8752273bc6.tar.gz
hdf5-f1410eb0993f4ee52608158cc7710a8752273bc6.tar.bz2
[svn-r2908] Purpose:
Bug fix. Description: VL datatype dumping was not working correctly on most machines because the "native" version of the variable-length type wasn't being generated for the printing process. Re-enabled VL dumping test Solution: Generate "native" version of the VL datatype to read in for printing, also some code cleanup in the VL dumping algorithm. Platforms tested: FreeBSD 4.1.1 (hawkwind) & Solaris 2.6 (baldric)
Diffstat (limited to 'tools/testh5dump.sh')
-rwxr-xr-xtools/testh5dump.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testh5dump.sh b/tools/testh5dump.sh
index 3460cc2..847dcd1 100755
--- a/tools/testh5dump.sh
+++ b/tools/testh5dump.sh
@@ -124,7 +124,7 @@ TOOLTEST tstr-1.ddl tstr.h5
TOOLTEST tsaf.ddl tsaf.h5
# test for file with variable length data
-#TOOLTEST tvldtypes.ddl tvldtypes.h5
+TOOLTEST tvldtypes.ddl tvldtypes.h5
if test $nerrors -eq 0 ; then
echo "All $h5tool tests passed."