Commit e323d20a authored by Rich Prohaska's avatar Rich Prohaska

oops, run all of the pma tests



git-svn-id: file:///svn/tokudb@90 c7de825b-a66e-492c-adef-691d508d4ae1
parent 6a8eb4ed
...@@ -1002,7 +1002,6 @@ void test_pma_bulk_insert() { ...@@ -1002,7 +1002,6 @@ void test_pma_bulk_insert() {
void pma_tests (void) { void pma_tests (void) {
memory_check=1; memory_check=1;
goto skip;
test_pma_compare_fun(0); memory_check_all_free(); test_pma_compare_fun(0); memory_check_all_free();
test_pma_compare_fun(1); memory_check_all_free(); test_pma_compare_fun(1); memory_check_all_free();
test_pma_iterate(); test_pma_iterate();
...@@ -1017,7 +1016,6 @@ goto skip; ...@@ -1017,7 +1016,6 @@ goto skip;
test_pma_random_pick(); memory_check_all_free(); test_pma_random_pick(); memory_check_all_free();
test_pma_cursor(); memory_check_all_free(); test_pma_cursor(); memory_check_all_free();
test_pma_split(); memory_check_all_free(); test_pma_split(); memory_check_all_free();
skip:
test_pma_bulk_insert(); memory_check_all_free(); test_pma_bulk_insert(); memory_check_all_free();
} }
......
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