mirror of https://github.com/apache/openjpa.git
OPENJPA-1563: Fix testcase.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@940090 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
2aacb58f68
commit
62bed3cf3d
|
@ -91,7 +91,7 @@ public class TestClearableScheduler extends SingleEMFTestCase {
|
|||
assertEquals(2,cache2.getClearCount());
|
||||
}
|
||||
|
||||
public void atestMultithreadedInitialization() throws Exception {
|
||||
public void testMultithreadedInitialization() throws Exception {
|
||||
final OpenJPAConfiguration conf = emf.getConfiguration();
|
||||
final List<DataCacheManager> dcms = new ArrayList<DataCacheManager>();
|
||||
Runnable r = new Runnable(){
|
||||
|
|
Loading…
Reference in New Issue