some ini adjustment related to UT .

This commit is contained in:
Zero Fanker 2024-04-11 23:23:05 -04:00
parent de8426f014
commit fcd5b6b37f
4 changed files with 16 additions and 20 deletions

View file

@ -19,6 +19,7 @@ AllowUnidirectionalTunnels=yes
CIniFile file;
ASSERT_EQ(file.LoadFile(std::string(testIni)), 0);
remove(testIni);
EXPECT_EQ(true, file.GetBool("Debug","AllowTunnels"));
}