Skip to content

Commit

Permalink
TEST: Include writing and reading the blackbox in the log_long_msg test
Browse files Browse the repository at this point in the history
  • Loading branch information
beekhof committed Sep 5, 2012
1 parent 9d33e1f commit 951c982
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/check_log.c
Expand Up @@ -597,6 +597,9 @@ START_TEST(test_log_long_msg)
buffer[lpc%600] = 0;
qb_log(LOG_INFO, "Message %d %d - %s", lpc, lpc%600, buffer);
}

qb_log_blackbox_write_to_file("blackbox.dump");
qb_log_blackbox_print_from_file("blackbox.dump");
qb_log_fini();
}
END_TEST
Expand Down

0 comments on commit 951c982

Please sign in to comment.