mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-29 04:17:55 +01:00
SF Bug 603
SF Bug #603 count() is missing in HashMap https://sourceforge.net/p/poco/bugs/603/
This commit is contained in:
@@ -70,6 +70,7 @@ void HashMapTest::testInsert()
|
||||
assert (it != hm.end());
|
||||
assert (it->first == i);
|
||||
assert (it->second == i*2);
|
||||
assert (hm.count(i) == 1);
|
||||
assert (hm.size() == i + 1);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user