aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRay Cromwell <cromwellian@gmail.com>2009-04-29 00:03:09 +0000
committerRay Cromwell <cromwellian@gmail.com>2009-04-29 00:03:09 +0000
commitf83c6184057d3fbbbea339ac12f76f1fa79f7828 (patch)
tree5e11461f86748739201acf4e12cfb8cd3de7e632
parentba2b023d7c2786c9d3a78635fffc58f48e889e9b (diff)
downloadgwtquery-f83c6184057d3fbbbea339ac12f76f1fa79f7828.tar.gz
gwtquery-f83c6184057d3fbbbea339ac12f76f1fa79f7828.zip
Sample test case
-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";
+ }
+}