aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Carrasco Moñino <manuel.carrasco.m@gmail.com>2013-03-14 19:51:00 +0100
committerManuel Carrasco Moñino <manuel.carrasco.m@gmail.com>2013-03-14 19:51:00 +0100
commitdb5fcdaa7c4e326ed99476922ac4de1fc8fc33cf (patch)
tree6340c3062ec76da0bb7f60e6a7db0764133c2099
parent739223f2c3558873929fae93d8bab3697fbd1269 (diff)
downloadgwtquery-db5fcdaa7c4e326ed99476922ac4de1fc8fc33cf.tar.gz
gwtquery-db5fcdaa7c4e326ed99476922ac4de1fc8fc33cf.zip
Remove comment
-rw-r--r--gwtquery-core/src/test/java/com/google/gwt/query/client/GQueryCoreTestGwt.java1
1 files changed, 0 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 7b0bbca6..d5d58793 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
@@ -478,7 +478,6 @@ public class GQueryCoreTestGwt extends GWTTestCase {
assertEquals(expected, g2.toString());
}
- // FIXME: it started failing after updating to 2.5.1
public void test_issue128() {
GQuery g = $(e).html("<span>a</span><span>b</span><span>c</span>");
assertEquals(g.text(), "abc");