BAEL-5421

This commit is contained in:
opokharel 2022-06-25 11:46:51 -06:00
parent baa612d3bb
commit ca767321f7
1 changed files with 1 additions and 1 deletions

View File

@ -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;