Fixed ItmModuleTest & ItmModuleFactoryTest which were in wrong directory 61/38061/1
authorMichael Vorburger <vorburger@redhat.com>
Mon, 25 Apr 2016 14:02:51 +0000 (16:02 +0200)
committerMichael Vorburger <vorburger@redhat.com>
Mon, 25 Apr 2016 14:03:12 +0000 (16:03 +0200)
Physical directory location and Java package declaration must match

Change-Id: Ie6e74d5c812a1d20f2ad7673c36446a310776dfa
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
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));