/hg/icedtea-web: Runing fx reproducer wihtout splashscreen is ma...
jvanek at icedtea.classpath.org
jvanek at icedtea.classpath.org
Wed Feb 7 12:56:40 UTC 2018
changeset e6d627b32ca0 in /hg/icedtea-web
details: http://icedtea.classpath.org/hg/icedtea-web?cmd=changeset;node=e6d627b32ca0
author: Jiri Vanek <jvanek at redhat.com>
date: Wed Feb 07 13:56:18 2018 +0100
Runing fx reproducer wihtout splashscreen is making the test much more safe to pass
diffstat:
tests/reproducers/custom/JavaFx/testcases/JavaFxTest.java | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r f2717977a1b3 -r e6d627b32ca0 tests/reproducers/custom/JavaFx/testcases/JavaFxTest.java
--- a/tests/reproducers/custom/JavaFx/testcases/JavaFxTest.java Wed Feb 07 11:33:50 2018 +0100
+++ b/tests/reproducers/custom/JavaFx/testcases/JavaFxTest.java Wed Feb 07 13:56:18 2018 +0100
@@ -70,7 +70,7 @@
@NeedsDisplay
public void testJavawsJNLP() throws Exception {
ProcessResult pr = server.executeJavaws(
- Arrays.asList(new String[]{OptionsDefinitions.OPTIONS.NOSEC.option}),
+ Arrays.asList(new String[]{OptionsDefinitions.OPTIONS.NOSEC.option, OptionsDefinitions.OPTIONS.HEADLESS.option}),
"/JavaFx.jnlp",
new StringBasedClosingListener(done),
new StringBasedClosingListener("xceptionxception"));
More information about the distro-pkg-dev
mailing list