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
426
Issues
426
List
Boards
Labels
Service Desk
Milestones
Merge Requests
66
Merge Requests
66
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
ISC Open Source Projects
Kea
Commits
dad730fc
Commit
dad730fc
authored
Oct 28, 2019
by
Francis Dupont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[fix-904-2] Fixed rebase failures
parent
ec80cc4b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
src/bin/dhcp4/tests/kea_controller_unittest.cc
src/bin/dhcp4/tests/kea_controller_unittest.cc
+2
-2
src/bin/dhcp6/tests/kea_controller_unittest.cc
src/bin/dhcp6/tests/kea_controller_unittest.cc
+2
-2
No files found.
src/bin/dhcp4/tests/kea_controller_unittest.cc
View file @
dad730fc
...
...
@@ -278,11 +278,11 @@ public:
if
(
throw_during_fetch
)
{
expected
=
"{
\"
result
\"
: 1,
\"
text
\"
: "
;
expected
+=
"
\"
Server
update failed: "
;
expected
+=
"
\"
On demand configuration
update failed: "
;
expected
+=
"testing if exceptions are corectly handled
\"
}"
;
}
else
{
expected
=
"{
\"
result
\"
: 0,
\"
text
\"
: "
;
expected
+=
"
\"
Server
update successful.
\"
}"
;
expected
+=
"
\"
On demand configuration
update successful.
\"
}"
;
}
EXPECT_EQ
(
expected
,
result
->
str
());
...
...
src/bin/dhcp6/tests/kea_controller_unittest.cc
View file @
dad730fc
...
...
@@ -264,11 +264,11 @@ public:
if
(
throw_during_fetch
)
{
expected
=
"{
\"
result
\"
: 1,
\"
text
\"
: "
;
expected
+=
"
\"
Server
update failed: "
;
expected
+=
"
\"
On demand configuration
update failed: "
;
expected
+=
"testing if exceptions are corectly handled
\"
}"
;
}
else
{
expected
=
"{
\"
result
\"
: 0,
\"
text
\"
: "
;
expected
+=
"
\"
Server
update successful.
\"
}"
;
expected
+=
"
\"
On demand configuration
update successful.
\"
}"
;
}
EXPECT_EQ
(
expected
,
result
->
str
());
...
...
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