aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxime Mériouma-Caron <maxime.meriouma@arcbees.com>2015-12-01 19:22:40 -0500
committerMaxime Mériouma-Caron <maxime.meriouma@arcbees.com>2015-12-01 19:22:40 -0500
commitb708ab292e707ea5ea1f988a126a6b56ccb2c0ae (patch)
tree0f6bce6753077e043f4a016c246e2b6c549c6ef3
parent416c8929052da5f7d0f2f14044b4d784e6eff913 (diff)
downloadgwtquery-b708ab292e707ea5ea1f988a126a6b56ccb2c0ae.tar.gz
gwtquery-b708ab292e707ea5ea1f988a126a6b56ccb2c0ae.zip
Revert FF
-rw-r--r--gwtquery-core/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/gwtquery-core/pom.xml b/gwtquery-core/pom.xml
index eb82473f..e1af3097 100644
--- a/gwtquery-core/pom.xml
+++ b/gwtquery-core/pom.xml
@@ -8,8 +8,8 @@
<properties>
- <!-- valid emulations are FF17 IE8 IE9 Chrome, but only Chrome works. -->
- <gwt.test.htmlunit>Chrome</gwt.test.htmlunit>
+ <!-- valid emulations are FF17 IE8 IE9 Chrome, but only FF17 works. -->
+ <gwt.test.htmlunit>FF17</gwt.test.htmlunit>
<gwt.test.default>-ea -out ${basedir}/target/gwt-junit -checkAssertions</gwt.test.default>
<gwt.args />
</properties>
@@ -17,7 +17,7 @@
<profile>
<!-- example:
$ mvn clean test -Ptest-prod
- $ mvn clean test -Ptest-prod -Dgwt.test.htmlunit=Chrome
+ $ mvn clean test -Ptest-prod -Dgwt.test.htmlunit=FF17
-->
<id>test-prod</id>
<properties>