Merge "Rename LispSouthboundServiceTest.java -> LispSouthboundHandlerTest.java"
authorVina Ermagan <vermagan@cisco.com>
Mon, 11 Sep 2017 20:53:28 +0000 (20:53 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Mon, 11 Sep 2017 20:53:28 +0000 (20:53 +0000)
mappingservice/southbound/src/test/java/org/opendaylight/lispflowmapping/southbound/lisp/LispSouthboundHandlerTest.java [moved from mappingservice/southbound/src/test/java/org/opendaylight/lispflowmapping/southbound/lisp/LispSouthboundServiceTest.java with 99% similarity]

@@ -79,7 +79,7 @@ import org.opendaylight.yang.gen.v1.urn.opendaylight.lfm.lisp.proto.rev151105.ma
 import org.opendaylight.yang.gen.v1.urn.opendaylight.lfm.lisp.proto.rev151105.mapreplymessage.MapReplyBuilder;
 import org.opendaylight.yangtools.yang.binding.Notification;
 
-public class LispSouthboundServiceTest extends BaseTestCase {
+public class LispSouthboundHandlerTest extends BaseTestCase {
 
     private LispSouthboundHandler testedLispService;
     private byte[] mapRequestPacket;