]> source.dussan.org Git - gwtquery.git/commitdiff
Revert FF
authorMaxime Mériouma-Caron <maxime.meriouma@arcbees.com>
Wed, 2 Dec 2015 00:22:40 +0000 (19:22 -0500)
committerMaxime Mériouma-Caron <maxime.meriouma@arcbees.com>
Wed, 2 Dec 2015 00:22:40 +0000 (19:22 -0500)
gwtquery-core/pom.xml

index eb82473f6ca93a10fd7e5983340009dae4a50da8..e1af309797e1679eee0c395f40bb31aa4c9491f4 100644 (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>