refs #5507 another test fix (sigh)

git-svn-id: file:///svn/toku/tokudb@48055 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
Leif Walsh 2013-04-17 00:01:07 -04:00 committed by Yoni Fogel
parent e078101750
commit f86a93211d

View file

@ -261,6 +261,7 @@ void checkpointer_test::test_end_checkpoint() {
// 2. Add data before running checkpoint.
const uint32_t count = 6;
ctpair pairs[count];
ZERO_ARRAY(pairs);
add_pairs(&cf, pairs, count / 2, 0);
assert(m_cp.m_list->m_n_in_table == count / 2);