Convert LocRibWriter to DOM APIs
[bgpcep.git] / bgp / extensions / inet / src / test / java / org / opendaylight / protocol / bgp / inet / IPv6RIBSupportTest.java
index 943b9692c82f1d72eaa2485f648b8f915fef08d3..ead2898f6b78dcce942b6d2eb36e7313be653688 100644 (file)
@@ -126,12 +126,6 @@ public final class IPv6RIBSupportTest extends AbstractRIBSupportTest<Ipv6RoutesC
         assertEquals(ImmutableSet.of(), this.ribSupport.cacheableAttributeObjects());
     }
 
-    @Test
-    public void testRouteIdAddPath() {
-        final Ipv6RouteKey expected = new Ipv6RouteKey(new PathId(Uint32.ONE), PREFIX.getValue());
-        assertEquals(expected, this.ribSupport.createRouteListKey(expected.getPathId(), PREFIX.getValue()));
-    }
-
     @Test
     public void testRoutePath() {
         final NodeIdentifierWithPredicates prefixNii = createRouteNIWP(ROUTES);