mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-07-30 07:23:07 +03:00
Updated wsrep-API, added -Wconversion to compiler flags, fixed errors.
This commit is contained in:
@ -1410,8 +1410,4 @@ BOOST_AUTO_TEST_CASE(transaction_state_strings)
|
||||
BOOST_REQUIRE(
|
||||
wsrep::to_string(
|
||||
wsrep::transaction::s_replaying) == "replaying");
|
||||
BOOST_REQUIRE(
|
||||
wsrep::to_string(
|
||||
static_cast<enum wsrep::transaction::state>(0xff)) == "unknown");
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user