]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[65-libyang-option-data] Minor typos corrected.
authorTomek Mrugalski <tomasz@isc.org>
Mon, 24 Sep 2018 18:13:18 +0000 (20:13 +0200)
committerTomek Mrugalski <tomasz@isc.org>
Mon, 24 Sep 2018 18:13:18 +0000 (20:13 +0200)
src/lib/yang/tests/sysrepo_setup.h
src/lib/yang/tests/translator_option_data_unittests.cc

index 1de337fb7b344e81e37cb615fcfb0dfd67490da3..fbab42c5ddf293bf6d9c0b00c69a60be8453f128 100644 (file)
@@ -16,7 +16,7 @@ namespace isc {
 namespace yang {
 namespace test {
 
-/// @brief Test Fixture temolate for translator tests.
+/// @brief Test Fixture template for translator tests.
 ///
 /// @tparam Name The name of the translator to test.
 /// @tparam Type The type of the translator to test.
index 6afb34f927ff99c69b0399c2ab4f7613ecb88ac8..a26293499a12d19684115c60e293064e61a6644f 100644 (file)
@@ -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.