aboutsummaryrefslogtreecommitdiff
path: root/make/project.properties
diff options
context:
space:
mode:
authorkshefov <none@none>2013-11-05 13:09:40 +0400
committerkshefov <none@none>2013-11-05 13:09:40 +0400
commit86a0d714b43a5775c438ca5da895c18c66badee9 (patch)
tree26c4a48b7010e58c71061fe76f3a7fc3a6ef19dc /make/project.properties
parent3d28ca8ad18537ce64d62c43f33d98c0c2e05d27 (diff)
downloadjdk8u_nashorn-86a0d714b43a5775c438ca5da895c18c66badee9.tar.gz
8027708: NASHORN TEST: Create Nashorn test that draws image step-by-step using JavaFX canvas.
Reviewed-by: jlaskey, lagergren
Diffstat (limited to 'make/project.properties')
-rw-r--r--make/project.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/project.properties b/make/project.properties
index 33c94780..c3ffca4e 100644
--- a/make/project.properties
+++ b/make/project.properties
@@ -230,7 +230,7 @@ testjfx.run.test.classpath=\
${file.reference.jemmyawtinput.jar}${path.separator}\
${file.reference.testng.jar}${path.separator}\
${nashorn.internal.tests.jar}${path.separator}\
- ${nashorn.api.tests.jar}
+ ${nashorn.api.tests.jar}
# testjfx VM options for script tests with @fork option
testjfx-test-sys-prop.test.fork.jvm.options=${run.test.jvmargs.main} -Xmx${run.test.xmx} -cp ${testjfx.run.test.classpath}