package rename for test libraries.
[utils] / test / enterprise / src / test / java / org / wamblee / test / transactions / ThreadSpecificProxyFactoryTest.java
similarity index 96%
rename from test/enterprise/src/test/java/org/wamblee/support/ThreadSpecificProxyFactoryTest.java
rename to test/enterprise/src/test/java/org/wamblee/test/transactions/ThreadSpecificProxyFactoryTest.java
index 0e9dbe48f0583b5c14773170cf77904d6857e810..c2f87977708964c7bd42089f7e40c381f24f09d3 100644 (file)
@@ -13,7 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.wamblee.support;
+package org.wamblee.test.transactions;
 
 import static junit.framework.Assert.*;
 import static org.mockito.Matchers.*;
@@ -22,6 +22,7 @@ import static org.mockito.Mockito.*;
 import org.junit.After;
 import org.junit.Before;
 import org.junit.Test;
+import org.wamblee.test.transactions.ThreadSpecificProxyFactory;
 
 public class ThreadSpecificProxyFactoryTest {