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