BAEL-5421

This commit is contained in:
opokharel
2022-06-25 12:48:16 -06:00
parent 154f6e1502
commit 6664a4d790

View File

@@ -9,7 +9,6 @@ class MySampleGUIAppnUnitTest {
@Test
void testMain() throws IOException {
System.setProperty("java.awt.headless", "true");
//MySampleGUIAppn instance = new MySampleGUIAppn();
String [] args = null;
System.exit(0);
MySampleGUIAppn.main(args);