Mass-convert all compontents to use -no-zone addresses
[bgpcep.git] / pcep / topology / topology-provider / src / test / java / org / opendaylight / bgpcep / pcep / topology / provider / Stateful07TopologySessionListenerTest.java
index befdc2cfb70eb3df06b1452492e5c35ef442f63f..4f33b07e1505d784831df2c824c7890694c95f94 100755 (executable)
@@ -155,7 +155,7 @@ public class Stateful07TopologySessionListenerTest
                 Optional.of(MsgBuilderUtil.createSrp(Uint32.ZERO)), null);
         this.listener.onMessage(this.session, esm);
         readDataOperational(getDataBroker(), this.pathComputationClientIId, pcc -> {
-            assertEquals(this.testAddress, pcc.getIpAddress().getIpv4Address().getValue());
+            assertEquals(this.testAddress, pcc.getIpAddress().getIpv4AddressNoZone().getValue());
             // reported lsp so far empty, has not received response (PcRpt) yet
             assertTrue(pcc.getReportedLsp().isEmpty());
             return pcc;