aboutsummaryrefslogtreecommitdiffstats
path: root/gwtquery-core/src
diff options
context:
space:
mode:
Diffstat (limited to 'gwtquery-core/src')
-rw-r--r--gwtquery-core/src/test/java/com/google/gwt/query/Test.gwt.xml3
-rw-r--r--gwtquery-core/src/test/java/com/google/gwt/query/client/GwtEventsTest.java2
2 files changed, 1 insertions, 4 deletions
diff --git a/gwtquery-core/src/test/java/com/google/gwt/query/Test.gwt.xml b/gwtquery-core/src/test/java/com/google/gwt/query/Test.gwt.xml
deleted file mode 100644
index b048bdaf..00000000
--- a/gwtquery-core/src/test/java/com/google/gwt/query/Test.gwt.xml
+++ /dev/null
@@ -1,3 +0,0 @@
-<module>
- <inherits name='com.google.gwt.query.Query'/>
-</module>
diff --git a/gwtquery-core/src/test/java/com/google/gwt/query/client/GwtEventsTest.java b/gwtquery-core/src/test/java/com/google/gwt/query/client/GwtEventsTest.java
index 720fedb0..ca28b0f7 100644
--- a/gwtquery-core/src/test/java/com/google/gwt/query/client/GwtEventsTest.java
+++ b/gwtquery-core/src/test/java/com/google/gwt/query/client/GwtEventsTest.java
@@ -38,7 +38,7 @@ public class GwtEventsTest extends GWTTestCase {
static HTML testPanel = null;
public String getModuleName() {
- return "com.google.gwt.query.Test";
+ return "com.google.gwt.query.Query";
}
public void gwtSetUp() {