Merge "Fixed ItmModuleTest & ItmModuleFactoryTest which were in wrong directory"
authorPrem Sankar <prem.sankar.g@ericsson.com>
Tue, 12 Jul 2016 15:25:51 +0000 (15:25 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Tue, 12 Jul 2016 15:25:51 +0000 (15:25 +0000)
itm/itm-impl/src/test/java/org/opendaylight/yang/gen/v1/urn/opendaylight/vpnservice/itm/impl/rev141210/ItmModuleFactoryTest.java [moved from itm/itm-impl/src/test/java/org/opendaylight/yang/gen/v1/urn/opendaylight/itm/impl/rev141210/ItmModuleFactoryTest.java with 100% similarity]
itm/itm-impl/src/test/java/org/opendaylight/yang/gen/v1/urn/opendaylight/vpnservice/itm/impl/rev141210/ItmModuleTest.java [moved from itm/itm-impl/src/test/java/org/opendaylight/yang/gen/v1/urn/opendaylight/itm/impl/rev141210/ItmModuleTest.java with 99% similarity]

@@ -24,6 +24,7 @@ import static org.mockito.Mockito.verify;
 import static org.mockito.Mockito.when;
 
 public class ItmModuleTest {
+
     @Test
     public void testCustomValidation() {
         ItmModule module = new ItmModule(mock(ModuleIdentifier.class), mock(DependencyResolver.class));