BAEL-5421
This commit is contained in:
parent
380b86b50e
commit
38664852dd
|
@ -8,8 +8,8 @@ class MySampleGUIAppnUnitTest {
|
|||
|
||||
@Test
|
||||
void testMain() throws IOException {
|
||||
System.setProperty("java.awt.headless", "true");
|
||||
System.out.println(java.awt.GraphicsEnvironment.isHeadless());
|
||||
//System.setProperty("java.awt.headless", "true");
|
||||
//System.out.println(java.awt.GraphicsEnvironment.isHeadless());
|
||||
MySampleGUIAppn instance = new MySampleGUIAppn();
|
||||
String [] args = null;
|
||||
System.exit(0);
|
||||
|
|
Loading…
Reference in New Issue