aboutsummaryrefslogtreecommitdiffstats
path: root/gwtquery-core
diff options
context:
space:
mode:
authorManolo Carrasco <manolo@apache.org>2010-10-25 07:59:26 +0000
committerManolo Carrasco <manolo@apache.org>2010-10-25 07:59:26 +0000
commit74dfd0a72058dde415c57a4e48b3cabe18352b44 (patch)
tree3d0e6d7a72c20ff44a1d1ef683e5f4568beb8b55 /gwtquery-core
parent5fa644614e98de88b4efeb2c0186378161f49323 (diff)
downloadgwtquery-74dfd0a72058dde415c57a4e48b3cabe18352b44.tar.gz
gwtquery-74dfd0a72058dde415c57a4e48b3cabe18352b44.zip
fixing tests
Diffstat (limited to 'gwtquery-core')
-rw-r--r--gwtquery-core/src/test/java/com/google/gwt/query/client/GQueryEventsTest.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/gwtquery-core/src/test/java/com/google/gwt/query/client/GQueryEventsTest.java b/gwtquery-core/src/test/java/com/google/gwt/query/client/GQueryEventsTest.java
index 8b09f1d6..ff5ceb5c 100644
--- a/gwtquery-core/src/test/java/com/google/gwt/query/client/GQueryEventsTest.java
+++ b/gwtquery-core/src/test/java/com/google/gwt/query/client/GQueryEventsTest.java
@@ -54,8 +54,6 @@ public class GQueryEventsTest extends GWTTestCase {
RootPanel.get().add(testPanel);
e = testPanel.getElement();
e.setId("evnt-tst");
-
- CSS.init();
} else {
e.setInnerHTML("");
}