On 27/02/2013 10:44, A. Sundararajan wrote:
Hi,
Please review http://cr.openjdk.java.net/~sundar/8009115/
Changing javax.script tests to use nashorn engine explicitly. Adjusted
tests for differences b/w nashorn and rhino engines.
Changes documented here:
http://cr.openjdk.java.net/~sundar/8009115/README
Thanks
-Sundar
These changes look okay to me although I assumed that Nashorn would be a
"js" scripting engine, in which case there shouldn't be a need to change
many of the getEngineByName("js") usages to "nashorn".
-Alan