Skip to content

Commit

Permalink
Run our HtmlUnit tests in module batch mode
Browse files Browse the repository at this point in the history
This is a prerequisite to trapping window.onerror by default.

We might want to set that batch mode as the default going
forward (when using the HtmlUnit runStyle), but let's first
turn the switch for our own tests.

Change-Id: Iad2818b66658e24e54a661b5759cb99e4a0964fe
  • Loading branch information
tbroyer committed Oct 12, 2017
1 parent cb112c0 commit 2571d07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<property name="test.args.web.selenium"
value='${test.args} -prod -out www -generateJsInteropExports -runStyle "Selenium:${gwt.hosts.web.selenium}"'/>
<property name="test.args.web.htmlunit"
value='${test.args} -prod -out www -generateJsInteropExports'/>
value='${test.args} -prod -out www -generateJsInteropExports -batch module'/>

<!--
Whether I18NSuite should test e.g. Foo$InnerMsgs_fr.properties (if the
Expand Down

0 comments on commit 2571d07

Please sign in to comment.