--- /dev/null 2015-12-18 17:36:50.000000000 +0530 +++ new/test/tools/jjs/classpath.js 2015-12-18 17:36:49.591154600 +0530 @@ -0,0 +1,8 @@ +/* + * This is the test JavaScript program used in jjs-cpTest.sh + */ + +var v = new Packages.Hello(); +if (v.string != 'hello') { + throw new Error("Unexpected property value"); +}