aboutsummaryrefslogtreecommitdiffstats
path: root/gwtquery-core/src/test
diff options
context:
space:
mode:
authorManuel Carrasco Moñino <manuel.carrasco.m@gmail.com>2013-11-01 12:14:50 +0100
committerManuel Carrasco Moñino <manuel.carrasco.m@gmail.com>2013-11-01 12:14:50 +0100
commite91ab8f82ae45a822140faa7b1cfd6377003c68e (patch)
tree9a71224aef23fa8d2a4f6776209bcdc91cdb4411 /gwtquery-core/src/test
parentd9acaee92941a6d99a5af457d170368e595a3af6 (diff)
downloadgwtquery-e91ab8f82ae45a822140faa7b1cfd6377003c68e.tar.gz
gwtquery-e91ab8f82ae45a822140faa7b1cfd6377003c68e.zip
fix test, htmlunit is ff
Diffstat (limited to 'gwtquery-core/src/test')
-rw-r--r--gwtquery-core/src/test/java/com/google/gwt/query/client/GQueryCoreTestGwt.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/gwtquery-core/src/test/java/com/google/gwt/query/client/GQueryCoreTestGwt.java b/gwtquery-core/src/test/java/com/google/gwt/query/client/GQueryCoreTestGwt.java
index 99dfec8e..d6d824c2 100644
--- a/gwtquery-core/src/test/java/com/google/gwt/query/client/GQueryCoreTestGwt.java
+++ b/gwtquery-core/src/test/java/com/google/gwt/query/client/GQueryCoreTestGwt.java
@@ -105,7 +105,7 @@ public class GQueryCoreTestGwt extends GWTTestCase {
@DoNotRunWith({Platform.Prod})
public void testBrowser() {
- assertTrue(GQuery.browser.webkit);
+ assertTrue(GQuery.browser.mozilla);
assertFalse(GQuery.browser.webkit);
assertFalse(GQuery.browser.opera);
assertFalse(GQuery.browser.msie);