package rename for test libraries.
[utils] / test / jpatest-toplink-essentials / src / test / java / org / wamblee / test / persistence / toplink / MyEntityExampleTest.java
similarity index 87%
rename from test/jpatest-eclipselink/src/test/java/org/wamblee/support/persistence/eclipselink/MyEntityExampleTest.java
rename to test/jpatest-toplink-essentials/src/test/java/org/wamblee/test/persistence/toplink/MyEntityExampleTest.java
index e95afb8fc556b2432300538f36274e6b3a809e7b..6f26783d76978f5b4665470071aff4a61e8d81bf 100644 (file)
@@ -13,9 +13,9 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */ 
-package org.wamblee.support.persistence.eclipselink;
+package org.wamblee.test.persistence.toplink;
 
-import org.wamblee.support.persistence.MyEntityExampleTestBase;
+import org.wamblee.test.persistence.MyEntityExampleTestBase;
 
 /**
  * This class shows an example of how to test an entity using jpa.