mirror of
https://github.com/pocoproject/poco.git
synced 2025-11-14 04:48:15 +01:00
add some methods to Poco::Path for make it easy to follow XDG Base Directory Specification
This commit is contained in:
committed by
Alex Fabijanic
parent
275275baa9
commit
b59329034f
@@ -84,7 +84,7 @@ void SystemConfigurationTest::testKeys()
|
||||
#if defined(POCO_VXWORKS)
|
||||
assert (keys.size() == 10);
|
||||
#else
|
||||
assert (keys.size() == 11);
|
||||
assert (keys.size() == 16);
|
||||
#endif
|
||||
assert (std::find(keys.begin(), keys.end(), "osName") != keys.end());
|
||||
assert (std::find(keys.begin(), keys.end(), "osVersion") != keys.end());
|
||||
|
||||
Reference in New Issue
Block a user