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
445
Issues
445
List
Boards
Labels
Service Desk
Milestones
Merge Requests
71
Merge Requests
71
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
717c9a27
Commit
717c9a27
authored
Sep 24, 2018
by
Tomek Mrugalski
🛰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[65-libyang-option-data] Minor typos corrected.
parent
fb7625ec
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
src/lib/yang/tests/sysrepo_setup.h
src/lib/yang/tests/sysrepo_setup.h
+1
-1
src/lib/yang/tests/translator_option_data_unittests.cc
src/lib/yang/tests/translator_option_data_unittests.cc
+2
-1
No files found.
src/lib/yang/tests/sysrepo_setup.h
View file @
717c9a27
...
...
@@ -16,7 +16,7 @@ namespace isc {
namespace
yang
{
namespace
test
{
/// @brief Test Fixture tem
o
late for translator tests.
/// @brief Test Fixture tem
p
late for translator tests.
///
/// @tparam Name The name of the translator to test.
/// @tparam Type The type of the translator to test.
...
...
src/lib/yang/tests/translator_option_data_unittests.cc
View file @
717c9a27
...
...
@@ -70,7 +70,8 @@ TEST_F(TranslatorOptionDataListTest, get) {
ConstElementPtr
option
;
EXPECT_NO_THROW
(
option
=
t_obj_
->
getOptionData
(
xoption
));
ASSERT_TRUE
(
option
);
EXPECT_EQ
(
"{
\"
always-send
\"
: false,
\"
code
\"
: 100,
\"
csv-format
\"
: false,
\"
data
\"
:
\"
12121212
\"
,
\"
space
\"
:
\"
dns
\"
}"
,
EXPECT_EQ
(
"{
\"
always-send
\"
: false,
\"
code
\"
: 100,
\"
csv-format
\"
: false, "
"
\"
data
\"
:
\"
12121212
\"
,
\"
space
\"
:
\"
dns
\"
}"
,
option
->
str
());
// Get the option data list.
...
...
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