X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fsal-binding-it%2Fsrc%2Ftest%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Ftest%2Fsal%2Fbinding%2Fit%2FNotificationTest.java;h=8f8e475efe1697002adbb4bd5be88bed34aab7b0;hb=2c18b1c5c2f37e620883f308b2a1271616889add;hp=9ec5bcf6c29ea58114f58da3c1eba47999841a55;hpb=17d82f582a6bc13c78be3b19954ff8c021180e93;p=controller.git diff --git a/opendaylight/md-sal/sal-binding-it/src/test/java/org/opendaylight/controller/test/sal/binding/it/NotificationTest.java b/opendaylight/md-sal/sal-binding-it/src/test/java/org/opendaylight/controller/test/sal/binding/it/NotificationTest.java index 9ec5bcf6c2..8f8e475efe 100644 --- a/opendaylight/md-sal/sal-binding-it/src/test/java/org/opendaylight/controller/test/sal/binding/it/NotificationTest.java +++ b/opendaylight/md-sal/sal-binding-it/src/test/java/org/opendaylight/controller/test/sal/binding/it/NotificationTest.java @@ -12,7 +12,6 @@ import static org.junit.Assert.assertNotNull; import java.math.BigInteger; import java.util.ArrayList; -import java.util.Collection; import java.util.List; import org.junit.Before; @@ -35,7 +34,6 @@ import org.opendaylight.yang.gen.v1.urn.opendaylight.flow.service.rev130819.Swit import org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.FlowCookie; import org.opendaylight.yangtools.concepts.ListenerRegistration; import org.opendaylight.yangtools.yang.binding.NotificationListener; -import org.opendaylight.yangtools.yang.binding.RpcService; @Ignore public class NotificationTest extends AbstractTest { @@ -115,25 +113,6 @@ public class NotificationTest extends AbstractTest { listener2Reg = session.getSALService(NotificationProviderService.class).registerNotificationListener( listener2); } - - @Override - public void onSessionInitialized(ConsumerContext session) { - // TODO Auto-generated method stub - - } - - @Override - public Collection getImplementations() { - // TODO Auto-generated method stub - return null; - } - - @Override - public Collection getFunctionality() { - // TODO Auto-generated method stub - return null; - } - }; // registerConsumer method calls onSessionInitialized method above