Ejemplo n.º 1
0
TEST(Settings, Reload)
{
	Settings test;
	ASSERT_TRUE(test.Open("test/config.toml.test"));
	ASSERT_TRUE(test.Reload());
}