Browse Source

Revert FF

tags/gwtquery-project-1.5-beta1
Maxime Mériouma-Caron 8 years ago
parent
commit
b708ab292e
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      gwtquery-core/pom.xml

+ 3
- 3
gwtquery-core/pom.xml View File

@@ -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>

Loading…
Cancel
Save