summaryrefslogtreecommitdiffstats
path: root/test/tvltypes.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>1999-07-18 00:00:22 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>1999-07-18 00:00:22 (GMT)
commitdef04e356437bd592bc194e99fe39a987caff85d (patch)
treee2b4f936d6988aa3682ec5e19ddace097dad3e52 /test/tvltypes.c
parent9b50a916c5b0f71cee33cdd040e074bd6f0d3c83 (diff)
downloadhdf5-def04e356437bd592bc194e99fe39a987caff85d.zip
hdf5-def04e356437bd592bc194e99fe39a987caff85d.tar.gz
hdf5-def04e356437bd592bc194e99fe39a987caff85d.tar.bz2
[svn-r1507] Uncommented VL datatypes in compound datatypes test, since it's working now.
Some other memory leaks in the tests fixed.
Diffstat (limited to 'test/tvltypes.c')
-rw-r--r--test/tvltypes.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/test/tvltypes.c b/test/tvltypes.c
index 539ea99..be1ada0 100644
--- a/test/tvltypes.c
+++ b/test/tvltypes.c
@@ -309,7 +309,6 @@ test_vltypes_vlen_compound(void)
ret=H5Dvlen_reclaim(tid1,sid1,xfer_pid,rdata);
CHECK(ret, FAIL, "H5Dvlen_reclaim");
-
/* Make certain the VL memory has been freed */
VERIFY(mem_used,0,"H5Dvlen_reclaim");
@@ -463,7 +462,7 @@ test_vltypes_compound_vlen_atomic(void)
VERIFY(mem_used,0,"H5Dvlen_reclaim");
/* Reclaim the write VL data */
- ret=H5Dvlen_reclaim(tid1,sid1,H5P_DEFAULT,wdata);
+ ret=H5Dvlen_reclaim(tid2,sid1,H5P_DEFAULT,wdata);
CHECK(ret, FAIL, "H5Dvlen_reclaim");
/* Close Dataset */
@@ -600,7 +599,7 @@ test_vltypes_vlen_vlen_atomic(void)
VERIFY(mem_used,0,"H5Dvlen_reclaim");
/* Reclaim the write VL data */
- ret=H5Dvlen_reclaim(tid1,sid1,H5P_DEFAULT,wdata);
+ ret=H5Dvlen_reclaim(tid2,sid1,H5P_DEFAULT,wdata);
CHECK(ret, FAIL, "H5Dvlen_reclaim");
/* Close Dataset */