Rename LispSouthboundServiceTest.java -> LispSouthboundHandlerTest.java 39/62539/2
authorLorand Jakab <lojakab@cisco.com>
Fri, 1 Sep 2017 10:37:27 +0000 (13:37 +0300)
committerLori Jakab <lorand.jakab@gmail.com>
Tue, 5 Sep 2017 18:51:57 +0000 (18:51 +0000)
So that the name reflects the tested class

Change-Id: I5b92e1a8c7113136463547f57a58585516882345
Signed-off-by: Lorand Jakab <lojakab@cisco.com>
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;