GH31: JSON implementation bug

fixed GH #31: JSON implementation bug
This commit is contained in:
aleks-f
2012-12-11 20:27:32 -06:00
parent e21d1f5fcc
commit 1b14088283
5 changed files with 41 additions and 6 deletions

View File

@@ -57,6 +57,7 @@ public:
void testDouble2Property();
void testDouble3Property();
void testObjectProperty();
void testObjectArray();
void testEmptyArray();
void testNestedArray();
void testNullElement();