mirror of https://github.com/apache/openjpa.git
OPENJPA-2491. One other minor spelling update for a testcase name...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1589183 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a90ffa2760
commit
8aa54b6989
|
@ -53,7 +53,7 @@ public class TestMultithreadedReparameterization extends TestCase {
|
|||
}
|
||||
}
|
||||
|
||||
public void testReparametrizationUnderHeavyLoad() throws Exception {
|
||||
public void testReparameterizationUnderHeavyLoad() throws Exception {
|
||||
long baseId = System.currentTimeMillis();
|
||||
EntityManager em = emf.createEntityManager();
|
||||
em.getTransaction().begin();
|
||||
|
|
Loading…
Reference in New Issue