diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2006-07-25 01:40:00 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2006-07-25 01:40:00 (GMT) |
commit | d3548fa09c42810976b3824f032a2bec6e62bf4f (patch) | |
tree | 6a384e6e558bc6d0e21f82cdf1c3851c50abe888 /test/fheap.c | |
parent | 24112b0112517b3fb6063e4818b245b530c849c0 (diff) | |
download | hdf5-d3548fa09c42810976b3824f032a2bec6e62bf4f.zip hdf5-d3548fa09c42810976b3824f032a2bec6e62bf4f.tar.gz hdf5-d3548fa09c42810976b3824f032a2bec6e62bf4f.tar.bz2 |
[svn-r12495] Description:
Checkpoint further work on object deletion code for fractal heaps. I
believe everything is finally working for this sub-task. More regression tests
soon, but I don't foresee any problems.
Machines:
FreeBSD 4.11 (sleipnir)
Linux 2.4 (chicago)
Diffstat (limited to 'test/fheap.c')
-rw-r--r-- | test/fheap.c | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/test/fheap.c b/test/fheap.c index 5fef553..be72650 100644 --- a/test/fheap.c +++ b/test/fheap.c @@ -13535,7 +13535,7 @@ HDfprintf(stderr, "Uncomment tests!\n"); #endif /* QAK */ #ifndef QAK -#ifndef QAK +#ifndef QAK2 { fheap_test_del_dir_t del_dir; /* Deletion direction */ fheap_test_del_drain_t drain_half; /* Deletion draining */ @@ -13545,13 +13545,13 @@ HDfprintf(stderr, "Uncomment tests!\n"); tparam.drain_half = drain_half; for(del_dir = HEAP_DEL_FORWARD; del_dir < HEAP_DEL_NDIRS; del_dir++) { tparam.del_dir = del_dir; -#else /* QAK */ +#else /* QAK2 */ HDfprintf(stderr, "Uncomment test loops!\n"); /* tparam.drain_half = HEAP_DEL_DRAIN_ALL; */ tparam.drain_half = HEAP_DEL_DRAIN_HALF; -tparam.del_dir = HEAP_DEL_FORWARD; -/* tparam.del_dir = HEAP_DEL_REVERSE; */ -#endif /* QAK */ +/* tparam.del_dir = HEAP_DEL_FORWARD; */ +tparam.del_dir = HEAP_DEL_REVERSE; +#endif /* QAK2 */ #ifndef QAK #ifndef QAK2 @@ -13568,11 +13568,11 @@ HDfprintf(stderr, "Uncomment tests!\n"); #else /* QAK */ HDfprintf(stderr, "Uncomment tests!\n"); #endif /* QAK */ -#ifndef QAK +#ifndef QAK2 } /* end for */ } /* end for */ } /* end block */ -#endif /* QAK */ +#endif /* QAK2 */ #else /* QAK */ HDfprintf(stderr, "Uncomment tests!\n"); #endif /* QAK */ |