BAEL-5421

This commit is contained in:
opokharel 2022-06-25 12:16:04 -06:00
parent 38664852dd
commit db1bf15694
1 changed files with 1 additions and 2 deletions

View File

@ -8,8 +8,7 @@ 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");
MySampleGUIAppn instance = new MySampleGUIAppn();
String [] args = null;
System.exit(0);