(no commit message)
[utils] / support / test / enterprise / src / test / java / org / wamblee / support / persistence / MyEntityExampleTestBase.java
similarity index 98%
rename from support/test/enterprise/src/test/java/org/wamblee/support/persistence/MyEntityExampleTest.java
rename to support/test/enterprise/src/test/java/org/wamblee/support/persistence/MyEntityExampleTestBase.java
index e7b86fc9564b93fbc035a4e03a16c9da49fc26bd..77f6114a089c74a660824f74f5f9c01476c26ebf 100644 (file)
@@ -23,7 +23,7 @@ import static junit.framework.Assert.*;
 /**
  * This class shows an example of how to test an entity  using jpa. 
  */
-public class MyEntityExampleTest {
+public class MyEntityExampleTestBase {
 
        // This is the magical object that does all the test setup. 
     private JpaTester jpaTester;