diff options
author | Manolo Carrasco <manolo@apache.org> | 2010-06-14 07:35:15 +0000 |
---|---|---|
committer | Manolo Carrasco <manolo@apache.org> | 2010-06-14 07:35:15 +0000 |
commit | 48c6868e02af639e2c212d5651107a263b045be2 (patch) | |
tree | a2a5948fe4bed04d89faf05b8a59452d37543f8c /gwtquery-core | |
parent | e1e0bd2f6be983e58763e7665d65d88a398f1ec9 (diff) | |
download | gwtquery-48c6868e02af639e2c212d5651107a263b045be2.tar.gz gwtquery-48c6868e02af639e2c212d5651107a263b045be2.zip |
fixed test
Diffstat (limited to 'gwtquery-core')
-rw-r--r-- | gwtquery-core/src/test/java/com/google/gwt/query/client/JreQueryCoreTest.java | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/gwtquery-core/src/test/java/com/google/gwt/query/client/JreQueryCoreTest.java b/gwtquery-core/src/test/java/com/google/gwt/query/client/JreQueryCoreTest.java index bf6c5b0e..c27a4f2d 100644 --- a/gwtquery-core/src/test/java/com/google/gwt/query/client/JreQueryCoreTest.java +++ b/gwtquery-core/src/test/java/com/google/gwt/query/client/JreQueryCoreTest.java @@ -17,16 +17,6 @@ package com.google.gwt.query.client; import java.util.Hashtable; -import javax.naming.Binding; -import javax.naming.Context; -import javax.naming.InitialContext; -import javax.naming.Name; -import javax.naming.NameClassPair; -import javax.naming.NameParser; -import javax.naming.NamingEnumeration; -import javax.naming.NamingException; -import javax.naming.spi.InitialContextFactory; - import com.google.gwt.junit.client.GWTTestCase; /** |