BAEL-5421
This commit is contained in:
parent
fac1883733
commit
6ff0745dce
|
@ -9,7 +9,7 @@ class MySampleGUIAppnUnitTest {
|
|||
@Test
|
||||
void testMain() throws IOException {
|
||||
System.setProperty("java.awt.headless", "true");
|
||||
MySampleGUIAppn instance = new MySampleGUIAppn();
|
||||
//MySampleGUIAppn instance = new MySampleGUIAppn();
|
||||
String [] args = null;
|
||||
System.exit(0);
|
||||
MySampleGUIAppn.main(args);
|
||||
|
|
Loading…
Reference in New Issue