summaryrefslogtreecommitdiffstats
path: root/test/ttsafe.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2003-08-08 19:04:26 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2003-08-08 19:04:26 (GMT)
commiteaad7b0f211a9cb6876879fc98d8f12e739a7b60 (patch)
tree1f56802b5bbb21d9a14323439987f03c0aec71a0 /test/ttsafe.c
parent92f5e443f8105b51697afb67daca9066793ab05d (diff)
downloadhdf5-eaad7b0f211a9cb6876879fc98d8f12e739a7b60.zip
hdf5-eaad7b0f211a9cb6876879fc98d8f12e739a7b60.tar.gz
hdf5-eaad7b0f211a9cb6876879fc98d8f12e739a7b60.tar.bz2
[svn-r7309] Purpose:
Enable test Description: Re-enabled error API testing Platforms tested: h5committested
Diffstat (limited to 'test/ttsafe.c')
-rw-r--r--test/ttsafe.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/test/ttsafe.c b/test/ttsafe.c
index d7ac7bb..2865a1b 100644
--- a/test/ttsafe.c
+++ b/test/ttsafe.c
@@ -204,16 +204,13 @@ int main(int argc, char *argv[])
/* Tests are generally arranged from least to most complexity... */
InitTest("dcreate", tts_dcreate, cleanup_dcreate,
"multi-dataset creation");
+ InitTest("error", tts_error, cleanup_error,
+ "per-thread error stacks");
InitTest("cancel", tts_cancel, cleanup_cancel,
"thread cancellation safety test");
InitTest("acreate", tts_acreate, cleanup_acreate,
"multi-attribute creation");
- /* Commented out since there are errors for this test */
- /*InitTest("error", tts_error, cleanup_error,
- "per-thread error stacks");
- */
-
Verbosity = 4; /* Default Verbosity is Low */
H5get_libversion(&major, &minor, &release);