]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[153-netconf-agent] final fix from tests
authorFrancis Dupont <fdupont@isc.org>
Thu, 18 Oct 2018 22:49:03 +0000 (00:49 +0200)
committerFrancis Dupont <fdupont@isc.org>
Tue, 30 Oct 2018 11:50:38 +0000 (07:50 -0400)
src/bin/netconf/tests/netconf_unittests.cc

index 61abe2686f797aba3714c5015fdbcfe58ade35bd..62239258d779c2c1b27c69d9e56e6886afda3c50 100644 (file)
@@ -556,7 +556,8 @@ TEST_F(NetconfAgentLogTest, logChanges2) {
               "match-client-id = true [default]");
     addString("NETCONF_CONFIG_CHANGED_DETAIL YANG configuration changed: "
               "moved: "
-              "/kea-dhcp4-server:config/subnet4/subnet4[id='10'] first");
+              "/kea-dhcp4-server:config/subnet4/subnet4[id='10'] "
+              "after /kea-dhcp4-server:config/subnet4/subnet4[id='2']");
 
     // logChanges is called in another thread so we can have to wait for it.
     while (!TestCallback::finished) {