#631 - Partial Response : Modify AppTest.
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user