summaryrefslogtreecommitdiffstats
path: root/test/fheap.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2006-03-07 03:26:50 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2006-03-07 03:26:50 (GMT)
commit4efe32d5426f92083925d18183bc8669b58967b0 (patch)
tree9368b01fae74da072c547e3afa39dc2e33bb27f3 /test/fheap.c
parent5f59c68e7f8c2c6ad350646165616323650ae2ac (diff)
downloadhdf5-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/fheap.c')
-rw-r--r--test/fheap.c2
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;