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/gwtquery/client/GwtQueryCoreTest.java13
1 files changed, 13 insertions, 0 deletions
diff --git a/gwtquery-core/src/test/java/gwtquery/client/GwtQueryCoreTest.java b/gwtquery-core/src/test/java/gwtquery/client/GwtQueryCoreTest.java
new file mode 100644
index 00000000..c65724b2
--- /dev/null
+++ b/gwtquery-core/src/test/java/gwtquery/client/GwtQueryCoreTest.java
@@ -0,0 +1,13 @@
+package gwtquery.client;
+
+import com.google.gwt.junit.client.GWTTestCase;
+
+/**
+ *
+ */
+public class GwtQueryCoreTest extends GWTTestCase {
+
+ public String getModuleName() {
+ return "gwtquery.GwtQuery";
+ }
+}