X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fnorthbound%2Fcontrollermanager%2Fsrc%2Ftest%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fcontrollermanager%2Fnorthbound%2FControllerManagerNorthboundTest.java;fp=opendaylight%2Fnorthbound%2Fcontrollermanager%2Fsrc%2Ftest%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fcontrollermanager%2Fnorthbound%2FControllerManagerNorthboundTest.java;h=7f8b0b43bfc0ad227f6ac98b7929bdb35ff3d75a;hb=bb661d5b5f23d9f9288b57e24d2bab5545c60f54;hp=a57e615618a8b0854e9ed07721c6df1d2857b247;hpb=6b98de000257414b2ae9b1db708c0f7962a0f033;p=controller.git diff --git a/opendaylight/northbound/controllermanager/src/test/java/org/opendaylight/controller/controllermanager/northbound/ControllerManagerNorthboundTest.java b/opendaylight/northbound/controllermanager/src/test/java/org/opendaylight/controller/controllermanager/northbound/ControllerManagerNorthboundTest.java index a57e615618..7f8b0b43bf 100644 --- a/opendaylight/northbound/controllermanager/src/test/java/org/opendaylight/controller/controllermanager/northbound/ControllerManagerNorthboundTest.java +++ b/opendaylight/northbound/controllermanager/src/test/java/org/opendaylight/controller/controllermanager/northbound/ControllerManagerNorthboundTest.java @@ -3,13 +3,11 @@ package org.opendaylight.controller.controllermanager.northbound; import java.util.HashSet; import java.util.Set; -import junit.framework.TestCase; - import org.junit.Assert; import org.junit.Test; import org.opendaylight.controller.sal.core.Property; -public class ControllerManagerNorthboundTest extends TestCase { +public class ControllerManagerNorthboundTest { @Test public void testControllerProperties() {