Add unit test case for VIM register utils.
[aai/esr-server.git] / esr-mgr / src / test / java / org / onap / aai / esr / ExtsysAppTest.java
index 8682dfa..7f7adb0 100644 (file)
@@ -19,7 +19,6 @@ import static org.junit.Assert.assertEquals;
 
 import org.junit.Test;
 import org.onap.aai.esr.common.Config;
-import org.onap.aai.esr.common.HibernateSession;
 
 public class ExtsysAppTest {
   static {
@@ -32,9 +31,4 @@ public class ExtsysAppTest {
     ExtsysApp app = new ExtsysApp();
     assertEquals(app.getName(),"ONAP-ESR");
   }
-
-  public static void main(String[] args) throws Exception {
-      String filePath = HibernateSession.class.getResource("/").toURI().getPath()+"extsys.yml";
-      new ExtsysApp().run(new String[]{"server", filePath});
-  }
 }