mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-28 19:51:58 +01:00
JSON unicode fixes and running tests on invalid unicode JSON
This commit is contained in:
@@ -46,7 +46,6 @@ public:
|
||||
JSONTest(const std::string& name);
|
||||
~JSONTest();
|
||||
|
||||
void testStringifier();
|
||||
void testNullProperty();
|
||||
void testTrueProperty();
|
||||
void testFalseProperty();
|
||||
@@ -76,6 +75,8 @@ public:
|
||||
void testInvalidJanssonFiles();
|
||||
void testTemplate();
|
||||
void testItunes();
|
||||
void testUnicode();
|
||||
void testInvalidUnicodeJanssonFiles();
|
||||
|
||||
void setUp();
|
||||
void tearDown();
|
||||
|
||||
Reference in New Issue
Block a user