mirror of
https://github.com/falk-werner/webfuse-provider
synced 2024-10-27 20:44:10 +00:00
chore: added default ctor for ClientProtocolTest (to initialize members properly)
This commit is contained in:
parent
e21c716d34
commit
c6265aeaf7
@ -17,6 +17,15 @@ namespace
|
|||||||
|
|
||||||
class ClientProtocolTest: public ::testing::Test
|
class ClientProtocolTest: public ::testing::Test
|
||||||
{
|
{
|
||||||
|
public:
|
||||||
|
ClientProtocolTest()
|
||||||
|
: server(nullptr)
|
||||||
|
, config(nullptr)
|
||||||
|
, protocol(nullptr)
|
||||||
|
{
|
||||||
|
// empty
|
||||||
|
}
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
void SetUp()
|
void SetUp()
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user