File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 33 <!--
44 Location of mozilla/js/tests directory
55 -->
6- <property name =" test.library.dir" location =" .. /tests" />
6+ <property name =" test.library.dir" location =" ${ build.dir } /tests" />
77 <property name =" test.jstests.jar" location =" ${ test.library.dir } /src/jstests.jar" />
88
99 <!--
8989 <exclude name =" **/*.java build.xml" />
9090 </fileset >
9191 </copy >
92+ <gunzip src =" testsrc/tests.tar.gz" dest =" ${ build.dir } /tests.tar" />
93+ <untar src =" ${ build.dir } /tests.tar" dest =" build" />
9294 </target >
9395
9496 <target name =" clean" >
128130 <sysproperty key =" mozilla.js.tests" value =" ${ test.library.dir } " />
129131 <sysproperty key =" mozilla.js.tests.timeout" value =" ${ test.timeout } " />
130132 <sysproperty key =" emma.coverage.out.file" value =" ${ coverage.outfile } " />
133+ <!-- mozilla test cases are locale dependent! -->
134+ <sysproperty key =" user.language" value =" en" />
135+ <sysproperty key =" user.country" value =" US" />
136+ <sysproperty key =" user.timezone" value =" America/Los_Angeles" />
131137 <classpath >
132138 <pathelement location =" ${ xbean.jar } " />
133139 <pathelement location =" ${ jsr173.jar } " />
You can’t perform that action at this time.
0 commit comments