diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/ttsafe.c | 7 |
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); |