port remaining range_tree tests (45,47) to NOOVERLAPS

git-svn-id: file:///svn/tokudb@2724 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
Yoni Fogel 2008-03-11 15:15:26 +00:00
parent 925b37c63a
commit d1a6ea8526
2 changed files with 4 additions and 0 deletions

View file

@ -159,7 +159,9 @@ int main(int argc, const char *argv[]) {
buflen = 2;
buf = (toku_range*)toku_malloc(2 * sizeof(toku_range));
tests(FALSE);
#ifndef TOKU_RT_NOOVERLAPS
tests(TRUE);
#endif
tree = NULL;
toku_free(buf);

View file

@ -109,7 +109,9 @@ int main(int argc, const char *argv[]) {
buflen = 2;
buf = (toku_range*)toku_malloc(2 * sizeof(toku_range));
tests(FALSE);
#ifndef TOKU_RT_NOOVERLAPS
tests(TRUE);
#endif
tree = NULL;
toku_free(buf);