add note about how created EMFs are handled

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1022130 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Donald Woods 2010-10-13 15:10:52 +00:00
parent dddd2a4cfe
commit a50e380d99
1 changed files with 2 additions and 0 deletions

View File

@ -59,6 +59,8 @@ public abstract class SingleEMFTestCase
* Initialize entity manager factory. Put {@link #CLEAR_TABLES} in
* this list to tell the test framework to delete all table contents
* before running the tests.
* NOTE: The EMF and any EMs will be closed in tearDown(),
* but any user created EMFs need to be manually closed.
*
* @param props list of persistent types used in testing and/or
* configuration values in the form key,value,key,value...