GH 23: JSON::Object::stringify throw BadCastException

GH issue #23 : JSON::Object::stringify throw BadCastException
This commit is contained in:
aleks-f
2012-12-02 22:12:06 -06:00
parent 0c4d2590f7
commit 42d963a7d5
3 changed files with 29 additions and 1 deletions

View File

@@ -46,6 +46,7 @@ public:
JSONTest(const std::string& name);
~JSONTest();
void testStringifier();
void testNullProperty();
void testTrueProperty();
void testFalseProperty();