package rename for test libraries.
[utils] / test / enterprise / src / test / java / org / wamblee / test / jndi / StubInitiaContextFactoryTest.java
similarity index 97%
rename from test/enterprise/src/test/java/org/wamblee/support/jndi/StubInitiaContextFactoryTest.java
rename to test/enterprise/src/test/java/org/wamblee/test/jndi/StubInitiaContextFactoryTest.java
index c0638148447e82f53df25df37faccb29f24686cb..a0ae2d83f6cbc8bab9b7ac61b3c164bf6effb717 100644 (file)
@@ -13,7 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */ 
-package org.wamblee.support.jndi;
+package org.wamblee.test.jndi;
 
 import static junit.framework.Assert.*;
 
@@ -25,6 +25,7 @@ import javax.naming.NamingException;
 import org.junit.After;
 import org.junit.Before;
 import org.junit.Test;
+import org.wamblee.test.jndi.StubInitialContextFactory;
 
 public class StubInitiaContextFactoryTest {