Home
last modified time | relevance | path

Searched refs:exp_vars (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/kyua/engine/
H A Dtap_helpers.cpp78 std::set< std::string > exp_vars; in test_check_configuration_variables() local
79 exp_vars.insert("TEST_ENV_first=some value"); in test_check_configuration_variables()
80 exp_vars.insert("TEST_ENV_second=some other value"); in test_check_configuration_variables()
81 if (vars == exp_vars) { in test_check_configuration_variables()
87 << F(" Expected: %s\nFound: %s\n") % exp_vars % vars; in test_check_configuration_variables()
H A Dplain_helpers.cpp102 std::set< std::string > exp_vars; in test_check_configuration_variables() local
103 exp_vars.insert("TEST_ENV_first=some value"); in test_check_configuration_variables()
104 exp_vars.insert("TEST_ENV_second=some other value"); in test_check_configuration_variables()
105 if (vars != exp_vars) { in test_check_configuration_variables()
106 fail(F("Expected: %s\nFound: %s\n") % exp_vars % vars); in test_check_configuration_variables()