]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[65-libyang-option-def] Cut long line
authorFrancis Dupont <fdupont@isc.org>
Thu, 27 Sep 2018 11:31:47 +0000 (13:31 +0200)
committerFrancis Dupont <fdupont@isc.org>
Thu, 27 Sep 2018 11:31:47 +0000 (13:31 +0200)
src/lib/yang/tests/translator_option_def_unittests.cc

index 255a56e77b4fe8652cf367488951456bab50fdd0..490efe5f275ae88429ac0603117765dffe4a4beb 100644 (file)
@@ -71,7 +71,12 @@ TEST_F(TranslatorOptionDefListTest, get) {
     ConstElementPtr def;
     EXPECT_NO_THROW(def = t_obj_->getOptionDef(xdef));
     ASSERT_TRUE(def);
-    EXPECT_EQ("{ \"array\": false, \"code\": 100, \"name\": \"foo\", \"space\": \"isc\", \"type\": \"string\" }",
+    EXPECT_EQ("{ "
+              "\"array\": false, "
+              "\"code\": 100, "
+              "\"name\": \"foo\", "
+              "\"space\": \"isc\", "
+              "\"type\": \"string\" }",
               def->str());
 
     // Get the option definition list.