< prev index next >

tests/system/src/test/java/test/sandbox/app/Util.java

Print this page
rev 9491 : 8145203: Refactor systemTests for clear separation of tests
Reviewed-by: kcr

*** 21,31 **** * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. */ ! package sandbox.app; import java.io.InputStream; import java.net.URL; import java.net.URLConnection; import javafx.fxml.FXMLLoader; --- 21,31 ---- * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. */ ! package test.sandbox.app; import java.io.InputStream; import java.net.URL; import java.net.URLConnection; import javafx.fxml.FXMLLoader;
*** 35,45 **** import javafx.scene.layout.VBox; import javafx.scene.paint.Color; import javafx.scene.web.WebEngine; import javafx.scene.web.WebView; ! import static sandbox.Constants.*; /** * * @author kcr */ --- 35,45 ---- import javafx.scene.layout.VBox; import javafx.scene.paint.Color; import javafx.scene.web.WebEngine; import javafx.scene.web.WebView; ! import static test.sandbox.Constants.*; /** * * @author kcr */
< prev index next >