From: Francis Dupont Date: Wed, 17 Oct 2018 16:53:39 +0000 (+0200) Subject: [65-libyang-pd-pool] [non-]empty applies to lists X-Git-Tag: 153-netconf-agent_base~1^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=01bdd8fb5d998b09a0a6d5f679d1b496fe3b7cf0;p=thirdparty%2Fkea.git [65-libyang-pd-pool] [non-]empty applies to lists --- diff --git a/src/lib/yang/tests/translator_pd_pool_unittests.cc b/src/lib/yang/tests/translator_pd_pool_unittests.cc index a87a77d88c..5acb3a8dd3 100644 --- a/src/lib/yang/tests/translator_pd_pool_unittests.cc +++ b/src/lib/yang/tests/translator_pd_pool_unittests.cc @@ -67,7 +67,7 @@ TEST_F(TranslatorPdPoolsTest, getEmptyKea) { EXPECT_EQ(0, pools->size()); } -// This test verifies that one non-empty pd pool can be properly +// This test verifies that one pd pool can be properly // translated from YANG to JSON using the IETF model. TEST_F(TranslatorPdPoolsTest, getIetf) { useModel(IETF_DHCPV6_SERVER); @@ -108,7 +108,7 @@ TEST_F(TranslatorPdPoolsTest, getIetf) { EXPECT_TRUE(pool->equals(*pools->get(0))); } -// This test verifies that one non-empty pd pool can be properly +// This test verifies that one pd pool can be properly // translated from YANG to JSON using the Kea ad hoc model. TEST_F(TranslatorPdPoolsTest, getKea) { useModel(KEA_DHCP6_SERVER); @@ -319,7 +319,7 @@ TEST_F(TranslatorPdPoolsTest, setKea) { EXPECT_NO_THROW(sess_->validate()); } -// This test verifies that a list of non-empty pd pools can be properly +// This test verifies that a non-empty list of pd pools can be properly // translated from YANG to JSON using the Kea ad hoc model. TEST_F(TranslatorPdPoolsTest, getListKea) { useModel(KEA_DHCP6_SERVER);