mirror of
https://github.com/apache/openjpa.git
synced 2025-02-22 01:55:29 +00:00
OPENJPA-1334. Updated the name of the testcase from TestPartionedDataCache to TestPartitionedDataCache.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@900468 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7caef96636
commit
d62991acc3
@ -27,13 +27,13 @@ import org.apache.openjpa.persistence.StoreCacheImpl;
|
||||
import org.apache.openjpa.persistence.test.SingleEMFTestCase;
|
||||
import org.apache.openjpa.util.UserException;
|
||||
|
||||
public class TestPartionedDataCache extends SingleEMFTestCase {
|
||||
public class TestPartitionedDataCache extends SingleEMFTestCase {
|
||||
public void setUp() {
|
||||
super.setUp("openjpa.DataCache", "partitioned(PartitionType=concurrent,partitions="+
|
||||
"'(name=a,cacheSize=100),(name=b,cacheSize=200)')",
|
||||
"openjpa.RemoteCommitProvider", "sjvm",
|
||||
"openjpa.DataCacheManager",
|
||||
"DistributionPolicy=org.apache.openjpa.persistence.datacache.TestPartionedDataCache$TestPolicy");
|
||||
"DistributionPolicy=org.apache.openjpa.persistence.datacache.TestPartitionedDataCache$TestPolicy");
|
||||
}
|
||||
|
||||
public void testPropertyParsing() {
|
Loading…
x
Reference in New Issue
Block a user