|
java.lang.AssertionError:
Expected: a string containing "id-test"
but: was "<rpc-reply xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" a="64" id="a" message-id="101" xmlnx="a:b:c:d">
...
</rpc-reply>
"
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
at org.junit.Assert.assertThat(Assert.java:865)
at org.junit.Assert.assertThat(Assert.java:832)
at org.opendaylight.controller.netconf.it.pax.IdentityRefNetconfTest.sendMessage(IdentityRefNetconfTest.java:128)
at org.opendaylight.controller.netconf.it.pax.IdentityRefNetconfTest.testIdRef(IdentityRefNetconfTest.java:107)
|