#631 - Partial Response : Modify AppTest.
This commit is contained in:
parent
c63494cef2
commit
06b5c671f5
@ -30,9 +30,11 @@ import org.junit.Test;
|
|||||||
* Application test
|
* Application test
|
||||||
*/
|
*/
|
||||||
public class AppTest {
|
public class AppTest {
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void test() throws Exception {
|
public void main() throws Exception {
|
||||||
String[] args = {};
|
String[] args = {};
|
||||||
App.main(args);
|
App.main(args);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user