diff options
| author | Douglas Rumbaugh <dbr4@psu.edu> | 2023-06-05 11:46:13 -0400 |
|---|---|---|
| committer | Douglas Rumbaugh <dbr4@psu.edu> | 2023-06-05 11:46:13 -0400 |
| commit | 59ab2a92a5902b25fbc227bab549eb6f2dd84486 (patch) | |
| tree | 4f888e5b7ee6a6d5ae0608b79e81eaee4c47c5f2 /tests/memisam_tests.cpp | |
| parent | 7dcec45b0339cd8b9b2bfab8ce1fc4c6080ea958 (diff) | |
| download | dynamic-extension-59ab2a92a5902b25fbc227bab549eb6f2dd84486.tar.gz | |
Added point-lookup tests for WIRS and WSS
Diffstat (limited to 'tests/memisam_tests.cpp')
| -rw-r--r-- | tests/memisam_tests.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/memisam_tests.cpp b/tests/memisam_tests.cpp index dd4ce72..aaf0b51 100644 --- a/tests/memisam_tests.cpp +++ b/tests/memisam_tests.cpp @@ -348,6 +348,7 @@ Suite *unit_testing() tcase_add_test(tombstone, t_full_cancelation); suite_add_tcase(unit, tombstone); + TCase *lookup = tcase_create("de:MemISAM:point_lookup Testing"); tcase_add_test(lookup, t_point_lookup); tcase_add_test(lookup, t_point_lookup_miss); |