Add 64-bit integer JSON unit test

This commit is contained in:
Mike Naquin
2012-12-13 08:27:42 -06:00
parent ef9cda6666
commit 25811d4c64
2 changed files with 40 additions and 0 deletions

View File

@@ -51,6 +51,9 @@ public:
void testTrueProperty();
void testFalseProperty();
void testNumberProperty();
#if defined(POCO_HAVE_INT64)
void testNumber64Property();
#endif
void testStringProperty();
void testEmptyObject();
void testDoubleProperty();