summaryrefslogtreecommitdiffstats
path: root/test/dsets.c
diff options
context:
space:
mode:
authorNeil Fortner <nfortne2@hdfgroup.org>2011-04-15 22:14:32 (GMT)
committerNeil Fortner <nfortne2@hdfgroup.org>2011-04-15 22:14:32 (GMT)
commit4ad6d32bfe310ba8d2a57c813791cf4652909286 (patch)
treed20dfdfc115cfaad4321a94d7caeb6e67c3a3191 /test/dsets.c
parent27a7f563f1d199bb6f38c12978981518ad445f92 (diff)
downloadhdf5-4ad6d32bfe310ba8d2a57c813791cf4652909286.zip
hdf5-4ad6d32bfe310ba8d2a57c813791cf4652909286.tar.gz
hdf5-4ad6d32bfe310ba8d2a57c813791cf4652909286.tar.bz2
[svn-r20531] Purpose: Add testing for bug 1864
Description: Added internal tesitng routines to traverse a file and verify that symbol table information is *always* cached, whenever possible. Added this check to the end of many tests to check all the test files, right before the call to h5_cleanup. Tested: jam, amani, heiwa (h5committest)
Diffstat (limited to 'test/dsets.c')
-rw-r--r--test/dsets.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/dsets.c b/test/dsets.c
index 627fdae..902048b 100644
--- a/test/dsets.c
+++ b/test/dsets.c
@@ -8274,6 +8274,9 @@ main(void)
/* Close 2nd FAPL */
if(H5Pclose(fapl2) < 0) TEST_ERROR
+ /* Verify symbol table messages are cached */
+ nerrors += (h5_verify_cached_stabs(FILENAME, fapl) < 0 ? 1 : 0);
+
if(nerrors)
goto error;
printf("All dataset tests passed.\n");