[svn-r7309] Purpose:

Enable test

Description:
    Re-enabled error API testing

Platforms tested:
    h5committested
This commit is contained in:
Quincey Koziol 2003-08-08 14:04:26 -05:00
parent 92f5e443f8
commit eaad7b0f21

View File

@ -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);