summaryrefslogtreecommitdiffstats
path: root/test/testhdf5.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2007-06-26 16:08:38 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2007-06-26 16:08:38 (GMT)
commitd114cda9a00a89323aedacec5dfcbbdf0aca32b7 (patch)
tree1bb352d0fb2da88b403024c497df4ddd7e7dd64e /test/testhdf5.c
parentfc42567dbe0c157b96ef9811517f1d9193c3c844 (diff)
downloadhdf5-d114cda9a00a89323aedacec5dfcbbdf0aca32b7.zip
hdf5-d114cda9a00a89323aedacec5dfcbbdf0aca32b7.tar.gz
hdf5-d114cda9a00a89323aedacec5dfcbbdf0aca32b7.tar.bz2
[svn-r13914] Description:
Clean up files generated during testing. Tested on: Linux/32 2.6 (chicago)
Diffstat (limited to 'test/testhdf5.c')
-rw-r--r--test/testhdf5.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testhdf5.c b/test/testhdf5.c
index a7ee83a..5b174be 100644
--- a/test/testhdf5.c
+++ b/test/testhdf5.c
@@ -52,7 +52,7 @@ main(int argc, char *argv[])
AddTest("skiplist", test_skiplist, NULL, "Skip Lists", NULL);
AddTest("refstr", test_refstr, NULL, "Reference Counted Strings", NULL);
AddTest("file", test_file, cleanup_file, "Low-Level File I/O", NULL);
- AddTest("objects", test_h5o, cleanup_file, "Generic Object Functions", NULL);
+ AddTest("objects", test_h5o, cleanup_h5o, "Generic Object Functions", NULL);
AddTest("h5s", test_h5s, cleanup_h5s, "Dataspaces", NULL);
AddTest("sohm", test_sohm, cleanup_sohm, "Shared Object Header Messages", NULL);
AddTest("attr", test_attr, cleanup_attr, "Attributes", NULL);