1
0
mirror of https://github.com/codership/wsrep-lib.git synced 2025-07-30 07:23:07 +03:00

Renamed unit test doubles

This commit is contained in:
Teemu Ollakka
2018-06-13 11:23:48 +03:00
parent 265d9b3322
commit 461247adc1
13 changed files with 127 additions and 116 deletions

View File

@ -2,7 +2,7 @@
// Copyright (C) 2018 Codership Oy <info@codership.com>
//
#include "mock_server_context.hpp"
#include "fake_server_context.hpp"
#include <boost/test/unit_test.hpp>
@ -26,8 +26,8 @@ namespace
{
cc.start_transaction(ws_handle, ws_meta);
}
wsrep::mock_server_context sc;
wsrep::mock_client_context cc;
wsrep::fake_server_context sc;
wsrep::fake_client_context cc;
wsrep::ws_handle ws_handle;
wsrep::ws_meta ws_meta;
};