Don't test Map<K,V>::bucketCount since it's platform dependence.

This commit is contained in:
James Chen 2014-01-06 16:09:01 +08:00
parent d9e79b4ec5
commit c40cedc804
1 changed files with 0 additions and 3 deletions

View File

@ -343,9 +343,6 @@ void TemplateMapTest::onEnter()
Map<std::string, Node*> map1;
CCASSERT(map1.empty(), "");
CCASSERT(map1.size() == 0, "");
#if (CC_TARGET_PLATFORM != CC_PLATFORM_WIN32)
CCASSERT(map1.bucketCount() == 0, "");
#endif
CCASSERT(map1.keys().empty(), "");
CCASSERT(map1.keys(Node::create()).empty(), "");