package rename for test libraries.
[utils] / test / jpatest-eclipselink / src / test / java / org / wamblee / test / persistence / eclipselink / MyEntityExampleTest.java
similarity index 87%
rename from test/jpatest-toplink-essentials/src/test/java/org/wamblee/support/persistence/toplink/MyEntityExampleTest.java
rename to test/jpatest-eclipselink/src/test/java/org/wamblee/test/persistence/eclipselink/MyEntityExampleTest.java
index 8d60e75ef36d299dbe1c42f3875a737c09f9791d..4d5b78c2f428a2e57ea0c0b7b1d4b24cb901660c 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.toplink;
+package org.wamblee.test.persistence.eclipselink;
 
-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.