[svn-r12018] Purpose:

Bug fix

Description:
    Uncomment tests

Platforms tested:
    Linux 2.4 (mir) - 64-bit
This commit is contained in:
Quincey Koziol 2006-03-06 22:26:50 -05:00
parent 5f59c68e7f
commit 4efe32d542

View File

@ -278,12 +278,10 @@ main(void)
fapl = h5_fileaccess();
/* Test fractal heap creation */
#ifdef QAK
nerrors += test_create(fapl);
/* Test fractal heap object insertion */
nerrors += test_abs_insert_first(fapl);
#endif /* QAK */
if(nerrors)
goto error;