mirror of
https://github.com/Tencent/rapidjson.git
synced 2025-10-28 03:20:15 +01:00
For diagnosis valgrind issue in travis
This commit is contained in:
@@ -95,6 +95,7 @@ TEST(SchemaValidator, Hasher) {
|
||||
{\
|
||||
SchemaValidator validator(schema);\
|
||||
Document d;\
|
||||
printf("\n%s\n", json);\
|
||||
d.Parse(json);\
|
||||
EXPECT_FALSE(d.HasParseError());\
|
||||
EXPECT_TRUE(expected == d.Accept(validator));\
|
||||
@@ -114,7 +115,7 @@ TEST(SchemaValidator, Hasher) {
|
||||
{\
|
||||
SchemaValidator validator(schema);\
|
||||
Document d;\
|
||||
/*printf("\n%s\n", json);*/\
|
||||
printf("\n%s\n", json);\
|
||||
d.Parse(json);\
|
||||
EXPECT_FALSE(d.HasParseError());\
|
||||
EXPECT_FALSE(d.Accept(validator));\
|
||||
|
||||
Reference in New Issue
Block a user