Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Kea
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Sebastian Schrader
Kea
Commits
40384836
Commit
40384836
authored
Dec 20, 2016
by
Tomek Mrugalski
🛰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[5017] Revert "[5017] Fixed one unit-test."
This reverts commit
bc6502b3
.
parent
5602d529
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/bin/dhcp4/tests/parser_unittest.cc
src/bin/dhcp4/tests/parser_unittest.cc
+3
-3
No files found.
src/bin/dhcp4/tests/parser_unittest.cc
View file @
40384836
...
...
@@ -326,13 +326,13 @@ TEST(ParserTest, errors) {
// JSON keywords
testError
(
"{
\"
foo
\"
: True }"
,
Parser4Context
::
PARSER_JSON
,
"<string>:1.10
: Invalid character: T
"
);
"<string>:1.10
-13: JSON true reserved keyword is lower case only
"
);
testError
(
"{
\"
foo
\"
: False }"
,
Parser4Context
::
PARSER_JSON
,
"<string>:1.10
: Invalid character: F
"
);
"<string>:1.10
-14: JSON false reserved keyword is lower case only
"
);
testError
(
"{
\"
foo
\"
: NULL }"
,
Parser4Context
::
PARSER_JSON
,
"<string>:1.10
: Invalid character: N
"
);
"<string>:1.10
-13: JSON null reserved keyword is lower case only
"
);
testError
(
"{
\"
foo
\"
: Tru }"
,
Parser4Context
::
PARSER_JSON
,
"<string>:1.10: Invalid character: T"
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment