diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2006-03-07 03:26:50 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2006-03-07 03:26:50 (GMT) |
commit | 4efe32d5426f92083925d18183bc8669b58967b0 (patch) | |
tree | 9368b01fae74da072c547e3afa39dc2e33bb27f3 /test | |
parent | 5f59c68e7f8c2c6ad350646165616323650ae2ac (diff) | |
download | hdf5-4efe32d5426f92083925d18183bc8669b58967b0.zip hdf5-4efe32d5426f92083925d18183bc8669b58967b0.tar.gz hdf5-4efe32d5426f92083925d18183bc8669b58967b0.tar.bz2 |
[svn-r12018] Purpose:
Bug fix
Description:
Uncomment tests
Platforms tested:
Linux 2.4 (mir) - 64-bit
Diffstat (limited to 'test')
-rw-r--r-- | test/fheap.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/fheap.c b/test/fheap.c index 7773010..aeba50c 100644 --- a/test/fheap.c +++ b/test/fheap.c @@ -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; |