Added a test of one string over hash table's capacity

This commit is contained in:
Benoît Blanchon
2014-06-27 13:53:55 +02:00
parent e26cea59e5
commit 5f77949636
2 changed files with 9 additions and 1 deletions

View File

@ -37,7 +37,7 @@ namespace JsonGeneratorTests
jsonIs("[\"hello\",\"world\"]");
}
TEST_METHOD(AddOneStringOverCapacity)
TEST_METHOD(OneStringOverCapacity)
{
addValue("hello");
addValue("world");