functional/FxmlTests/test/test/fxmltests/functional/LineNumberTest.java.excluded

Print this page

        

*** 1,5 **** --- 1,6 ---- + // https://bugs.openjdk.java.net/browse/INTJDK-7624138 /* * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it
*** 22,41 **** --- 23,44 ---- * or visit www.oracle.com if you need additional information or have any * questions. */ package test.fxmltests.functional; + import client.test.AddExports; import junit.framework.Assert; import org.jemmy.env.Timeout; import org.jemmy.timing.State; import org.jemmy.timing.Waiter; import org.junit.BeforeClass; import org.junit.Test; import test.fxmltests.app.LineNumberApp; import test.javaclient.shared.TestBase; import test.javaclient.shared.Utils; + @AddExports(value = "javafx.fxml/com.sun.javafx.fxml=ALL-UNNAMED") public class LineNumberTest extends TestBase { private static final long WAITER_TIMEOUT = 5000; @BeforeClass