hg: openjfx/8u-dev/rt: RT-36197: Create regression tests that run JavaFX apps with a security manager
hang.vo at oracle.com
hang.vo at oracle.com
Tue Mar 18 22:03:16 UTC 2014
Changeset: 9604915644c1
Author: kcr
Date: 2014-03-18 14:17 -0700
URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/9604915644c1
RT-36197: Create regression tests that run JavaFX apps with a security manager
Reviewed-by: felipe, ckyang
+ tests/system/src/test/java/sandbox/Constants.java
+ tests/system/src/test/java/sandbox/SandboxAppTest.java
+ tests/system/src/test/java/sandbox/app/FXApp.java
+ tests/system/src/test/java/sandbox/app/FXNonApp.java
+ tests/system/src/test/java/sandbox/app/JFXPanelApp.java
+ tests/system/src/test/java/sandbox/app/JFXPanelImplicitExitApp.java
+ tests/system/src/test/java/sandbox/app/Util.java
+ tests/system/src/test/resources/sandbox/app/test.css
+ tests/system/src/test/resources/sandbox/app/test.fxml
+ tests/system/src/test/resources/sandbox/app/test.html
+ tests/system/src/test/resources/sandbox/test.policy
More information about the openjfx-dev
mailing list