fix gtest errors
This commit is contained in:
parent
92b6782d19
commit
69349c38d4
|
@ -17,15 +17,15 @@ class DndTestProfile : public ::testing::Test {
|
||||||
static void TearDownTestSuite() { test.Cleanup(); }
|
static void TearDownTestSuite() { test.Cleanup(); }
|
||||||
|
|
||||||
static Testbase test;
|
static Testbase test;
|
||||||
|
static int32_t connId;
|
||||||
|
|
||||||
public:
|
public:
|
||||||
void SetUp() override {}
|
void SetUp() override {}
|
||||||
void TearDown() override {}
|
void TearDown() override {}
|
||||||
|
|
||||||
int32_t connId;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
Testbase DndTestProfile::test;
|
Testbase DndTestProfile::test;
|
||||||
|
int32_t DndTestProfile::connId;
|
||||||
|
|
||||||
TEST_F(DndTestProfile, 01_ConnectMsg) {
|
TEST_F(DndTestProfile, 01_ConnectMsg) {
|
||||||
int32_t contLen = sizeof(SConnectMsg);
|
int32_t contLen = sizeof(SConnectMsg);
|
||||||
|
|
Loading…
Reference in New Issue