From 9244433a6cb743c29001faee608f85666537610b Mon Sep 17 00:00:00 2001 From: Jan Srnicek Date: Tue, 2 May 2017 09:59:15 +0200 Subject: HC2VPP-130 - vpp-routing-ra namespace changed to unique value Change-Id: I7606cecc5ea95b952c1d640b0f244208c21e4854 Signed-off-by: Jan Srnicek --- .../test/java/io/fd/hc2vpp/routing/helpers/SchemaContextTestHelper.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'routing/routing-impl/src/test') diff --git a/routing/routing-impl/src/test/java/io/fd/hc2vpp/routing/helpers/SchemaContextTestHelper.java b/routing/routing-impl/src/test/java/io/fd/hc2vpp/routing/helpers/SchemaContextTestHelper.java index 5b499fef4..6fff8c281 100644 --- a/routing/routing-impl/src/test/java/io/fd/hc2vpp/routing/helpers/SchemaContextTestHelper.java +++ b/routing/routing-impl/src/test/java/io/fd/hc2vpp/routing/helpers/SchemaContextTestHelper.java @@ -42,7 +42,7 @@ public interface SchemaContextTestHelper extends InjectablesProcessor { org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.vpp.routing.rev161214.$YangModuleInfoImpl .getInstance(), // Vpp routing RA - org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.vpp.routing.rev170315.$YangModuleInfoImpl + org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.vpp.routing.ra.rev170502.$YangModuleInfoImpl .getInstance())); } } -- cgit 1.2.3-korg