From eaad7b0f211a9cb6876879fc98d8f12e739a7b60 Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Fri, 8 Aug 2003 14:04:26 -0500 Subject: [svn-r7309] Purpose: Enable test Description: Re-enabled error API testing Platforms tested: h5committested --- test/ttsafe.c | 7 ++----- 1 file 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); -- cgit v0.12