X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fnorthbound%2Fcontrollermanager%2Fsrc%2Ftest%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fcontrollermanager%2Fnorthbound%2FControllerManagerNorthboundTest.java;h=7f8b0b43bfc0ad227f6ac98b7929bdb35ff3d75a;hp=a57e615618a8b0854e9ed07721c6df1d2857b247;hb=bb661d5b5f23d9f9288b57e24d2bab5545c60f54;hpb=b2b9f320d79eac0253f2417b11eb74bdbc095c66 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() {