Skip to content
Snippets Groups Projects
Commit 9af9ad1f authored by Marek Vavrusa's avatar Marek Vavrusa
Browse files

Improved journal unittests.

Coverity scan #742058 (DEADCODE)
parent 11974ae6
No related branches found
No related tags found
No related merge requests found
......@@ -152,7 +152,7 @@ static int journal_tests_run(int argc, char *argv[])
int chk_key = 0;
char chk_buf[64] = {'\0'};
ret = 0;
const int itcount = 1;//jsize * 5 + 5;
const int itcount = jsize * 5 + 5;
for (int i = 0; i < itcount; ++i) {
int key = rand() % 65535;
randstr(tmpbuf, sizeof(tmpbuf));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment