From: Francis Dupont Date: Mon, 24 Sep 2018 14:39:25 +0000 (+0200) Subject: [65-libyang-option-data] typo X-Git-Tag: 65-libyang-option-data_before_rebased~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=74a39b76274aca5b89a8d1712423fa9e080c33d4;p=thirdparty%2Fkea.git [65-libyang-option-data] typo --- diff --git a/src/lib/yang/tests/translator_option_data_unittests.cc b/src/lib/yang/tests/translator_option_data_unittests.cc index 38f312d327..6afb34f927 100644 --- a/src/lib/yang/tests/translator_option_data_unittests.cc +++ b/src/lib/yang/tests/translator_option_data_unittests.cc @@ -100,7 +100,7 @@ TEST_F(TranslatorOptionDataListTest, setEmpty) { // Check that the tree representation is empty. S_Tree tree; - EXPECT_NO_THROW(tree = sess_->get_subtree("/kea-dhcp6-server:config")); + EXPECT_NO_THROW(tree = sess_->get_subtree("/kea-dhcp4-server:config")); EXPECT_FALSE(tree); }