mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-30 21:45:37 +00:00
[5017] Fixed one unit-test.
This commit is contained in:
@@ -326,13 +326,13 @@ TEST(ParserTest, errors) {
|
||||
// JSON keywords
|
||||
testError("{ \"foo\": True }",
|
||||
Parser4Context::PARSER_JSON,
|
||||
"<string>:1.10-13: JSON true reserved keyword is lower case only");
|
||||
"<string>:1.10: Invalid character: T");
|
||||
testError("{ \"foo\": False }",
|
||||
Parser4Context::PARSER_JSON,
|
||||
"<string>:1.10-14: JSON false reserved keyword is lower case only");
|
||||
"<string>:1.10: Invalid character: F");
|
||||
testError("{ \"foo\": NULL }",
|
||||
Parser4Context::PARSER_JSON,
|
||||
"<string>:1.10-13: JSON null reserved keyword is lower case only");
|
||||
"<string>:1.10: Invalid character: N");
|
||||
testError("{ \"foo\": Tru }",
|
||||
Parser4Context::PARSER_JSON,
|
||||
"<string>:1.10: Invalid character: T");
|
||||
|
Reference in New Issue
Block a user