1
0
mirror of https://github.com/codership/wsrep-lib.git synced 2025-07-27 09:01:50 +03:00

Unit tests for identifier class.

This commit is contained in:
Teemu Ollakka
2018-06-12 11:22:02 +03:00
parent 65b4ce9123
commit 3456a8b953
9 changed files with 62 additions and 35 deletions

View File

@ -37,7 +37,6 @@ namespace
BOOST_FIXTURE_TEST_CASE(server_context_applying_1pc,
applying_server_fixture)
{
cc.debug_log_level(1);
char buf[1] = { 1 };
BOOST_REQUIRE(sc.on_apply(cc, ws_handle, ws_meta,
wsrep::data(buf, 1)) == 0);