package rename for test libraries.
[utils] / test / enterprise / src / test / java / org / wamblee / test / jndi / JndiProxyFactoryTest.java
similarity index 93%
rename from test/enterprise/src/test/java/org/wamblee/support/jndi/JndiProxyFactoryTest.java
rename to test/enterprise/src/test/java/org/wamblee/test/jndi/JndiProxyFactoryTest.java
index 28081e98eee60dff7e42365de84fee4aad0a54cc..099135ea237b301f056a30658efa2983aa558621 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 org.junit.Assert.*;
 import static org.mockito.Mockito.*;
@@ -23,7 +23,9 @@ import javax.naming.InitialContext;
 import org.junit.After;
 import org.junit.Before;
 import org.junit.Test;
-import org.wamblee.support.jndi.JndiProxyFactory.JndiWiringException;
+import org.wamblee.test.jndi.JndiProxyFactory;
+import org.wamblee.test.jndi.StubInitialContextFactory;
+import org.wamblee.test.jndi.JndiProxyFactory.JndiWiringException;
 
 public class JndiProxyFactoryTest {