jdk/test/tools/launcher/FXLauncherTest.java
changeset 20201 50cc2d25a60b
parent 15003 364408faddeb
child 24254 2da866863b98
equal deleted inserted replaced
20044:af9a674e12a1 20201:50cc2d25a60b
   403                 System.out.println("All tests pass. Test cases covered: "
   403                 System.out.println("All tests pass. Test cases covered: "
   404                         + FXLauncherTest.testcount);
   404                         + FXLauncherTest.testcount);
   405             }
   405             }
   406         } else {
   406         } else {
   407             System.err.println("Warning: JavaFX components missing or not supported");
   407             System.err.println("Warning: JavaFX components missing or not supported");
   408             System.err.println("         test passes vacuosly.");
   408             System.err.println("         test passes vacuously.");
   409          }
   409          }
   410     }
   410     }
   411 }
   411 }