Searched refs:arrProperty (Results 1 – 1 of 1) sorted by relevance
69 std::string arrProperty = config.getString("config.prop3[1]"); in testLoad() local70 assertTrue (arrProperty.compare("element2") == 0); in testLoad()