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