Update MRI projects for Aluminium
[bgpcep.git] / bgp / rib-impl / src / test / java / org / opendaylight / protocol / bgp / rib / impl / GracefulRestartTest.java
index ea0f8d14dde3366a8eacece9040bbdfd76063ef6..73a6ba9d41dcbe03486d1e4e4c09f347c87e3b71 100644 (file)
@@ -113,7 +113,6 @@ public class GracefulRestartTest extends AbstractAddPathTest {
                 getDomBroker(), getDataBroker(), this.policies, tableTypes, pathTables);
 
         this.ribImpl.instantiateServiceInstance();
-        this.ribImpl.onGlobalContextUpdated(this.schemaService.getGlobalContext());
         final ChannelFuture channelFuture = this.serverDispatcher.createServer(
             new InetSocketAddress(RIB_ID, PORT.toJava()));
         waitFutureSuccess(channelFuture);