diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2000-11-14 23:48:59 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2000-11-14 23:48:59 (GMT) |
commit | f1410eb0993f4ee52608158cc7710a8752273bc6 (patch) | |
tree | 05ebb849a8b3bb5c5d9f52141d1e0c48d1e766e0 /tools/testh5dump.sh | |
parent | 9f1175ee2ce44e872c02a84af880f51d73224730 (diff) | |
download | hdf5-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-x | tools/testh5dump.sh | 2 |
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." |