Added a test of one number in a hash table

This commit is contained in:
Benoît Blanchon
2014-06-27 13:54:51 +02:00
parent 5f77949636
commit f548093d86
2 changed files with 8 additions and 1 deletions

View File

@ -46,7 +46,7 @@ namespace JsonGeneratorTests
jsonIs("[\"hello\",\"world\"]");
}
TEST_METHOD(AddOneNumber)
TEST_METHOD(OneNumber)
{
addValue(3.14);