X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fhosttracker%2Fimplementation%2Fsrc%2Ftest%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fhosttracker%2Finternal%2FHostTrackerTest.java;h=984d5d3000303865dd44465a32600fc03c9c7feb;hp=e222fcd7e42cdb23b5a0850f6b55fd6834deba8a;hb=refs%2Fchanges%2F19%2F3919%2F4;hpb=eb538dbc16c0bb487f8ed70547b0df2c8c96c432 diff --git a/opendaylight/hosttracker/implementation/src/test/java/org/opendaylight/controller/hosttracker/internal/HostTrackerTest.java b/opendaylight/hosttracker/implementation/src/test/java/org/opendaylight/controller/hosttracker/internal/HostTrackerTest.java index e222fcd7e4..984d5d3000 100644 --- a/opendaylight/hosttracker/implementation/src/test/java/org/opendaylight/controller/hosttracker/internal/HostTrackerTest.java +++ b/opendaylight/hosttracker/implementation/src/test/java/org/opendaylight/controller/hosttracker/internal/HostTrackerTest.java @@ -11,14 +11,12 @@ package org.opendaylight.controller.hosttracker.internal; import java.net.InetAddress; import java.net.UnknownHostException; -import junit.framework.TestCase; - import org.junit.Assert; import org.junit.Test; import org.opendaylight.controller.hosttracker.IHostId; import org.opendaylight.controller.hosttracker.IPHostId; -public class HostTrackerTest extends TestCase { +public class HostTrackerTest { @Test public void testHostTrackerCallable() throws UnknownHostException {