BAEL-5421

This commit is contained in:
opokharel
2022-06-25 12:36:55 -06:00
parent db1bf15694
commit 8991dbe2df
2 changed files with 16 additions and 12 deletions
@@ -8,7 +8,7 @@ class MySampleGUIAppnUnitTest {
@Test
void testMain() throws IOException {
System.setProperty("java.awt.headless", "true");
System.setProperty("java.awt.headless", "false");
MySampleGUIAppn instance = new MySampleGUIAppn();
String [] args = null;
System.exit(0);