/hg/icedtea-web: Fixed the error in fx test. THis test seems to ...

jvanek at icedtea.classpath.org jvanek at icedtea.classpath.org
Wed Feb 7 10:21:49 UTC 2018


changeset e9d1156e0e54 in /hg/icedtea-web
details: http://icedtea.classpath.org/hg/icedtea-web?cmd=changeset;node=e9d1156e0e54
author: Jiri Vanek <jvanek at redhat.com>
date: Wed Feb 07 11:21:38 2018 +0100

	Fixed the error in fx test. THis test seems to eb joining random failures, as FX seems to be horribly unstable currently.


diffstat:

 tests/reproducers/custom/JavaFx/testcases/JavaFxTest.java |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (14 lines):

diff -r adb6dfe2b231 -r e9d1156e0e54 tests/reproducers/custom/JavaFx/testcases/JavaFxTest.java
--- a/tests/reproducers/custom/JavaFx/testcases/JavaFxTest.java	Tue Feb 06 18:54:24 2018 +0100
+++ b/tests/reproducers/custom/JavaFx/testcases/JavaFxTest.java	Wed Feb 07 11:21:38 2018 +0100
@@ -59,8 +59,8 @@
                 "/JavaFx.jnlp",
                 new StringBasedClosingListener(done),
                 new StringBasedClosingListener("xceptionxception"));
-        /System.out.println(pr.stdout);
-        /System.out.println(pr.stderr);
+        System.out.println(pr.stdout);
+        System.out.println(pr.stderr);
         Assert.assertTrue("stdout should contain " + correct + ", but it didnt.", pr.stdout.contains(correct));
     }
 }


More information about the distro-pkg-dev mailing list