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