8889909192939495969798
c.setInitParameter("base-path", "."); c.setInitParameter("export-all", "false"); GitServlet s = new GitServlet(); s.init(c); s.destroy(); } @Test public void testInitUnderContainer_NoBasePath() throws Exception { server = new AppServer();
8283848586878889909192
c.setInitParameter("base-path", "."); c.setInitParameter("export-all", "false"); GitServlet s = new GitServlet(); s.init(c); s.destroy(); } public void testInitUnderContainer_NoBasePath() throws Exception { server = new AppServer();