Home
last modified time | relevance | path

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

/dports/devel/poco/poco-1.10.1-all/Util/testsuite/src/
H A DJSONConfigurationTest.cpp69 std::string arrProperty = config.getString("config.prop3[1]"); in testLoad() local
70 assertTrue (arrProperty.compare("element2") == 0); in testLoad()