Commit 0ac037f2 authored by Yoni Fogel's avatar Yoni Fogel

Addresses #288

 * Query Tests:
  * Tree is empty (return none).
  * Tree contains only elements to the left.
  * Tree contains only elements to the right.
  * Tree contains only elements to the left and to the right.
  * Tree contains overlaps and elements to the left.
  * Tree contains overlaps and elements to the right.
  * Tree contains overlaps and elements to the left and to the right.


git-svn-id: file:///svn/tokudb@1769 c7de825b-a66e-492c-adef-691d508d4ae1
parent 3dfc59f1
......@@ -94,11 +94,6 @@ void tests(BOOL allow_overlaps) {
runlimitsearch(init_range(&query, 2, 7, 0), 4, 3);
close_tree();
/*
* Queries
*/
/* Tree is empty (return none) */
setup_tree(allow_overlaps, FALSE, 0, 0, 0);
runlimitsearch(init_range(&query, 0, 0, 0), 0, 0);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment