浏览代码

Revert FF

tags/gwtquery-project-1.5-beta1
Maxime Mériouma-Caron 8 年前
父节点
当前提交
b708ab292e
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3
    3
      gwtquery-core/pom.xml

+ 3
- 3
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>

正在加载...
取消
保存