mirror of https://github.com/apache/openjpa.git
OPENJPA-2911 make test cover bytecode part
This commit is contained in:
parent
972f34d85f
commit
b238417dab
|
@ -1077,5 +1077,5 @@ public class PCDataGenerator
|
|||
PCDataGenerator getStorageGenerator();
|
||||
|
||||
void setStorageGenerator (PCDataGenerator generator);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -38,8 +38,10 @@ import org.apache.openjpa.persistence.test.SingleEMFTestCase;
|
|||
*/
|
||||
public class TestDataCacheStoreManager extends SingleEMFTestCase {
|
||||
Object[] p =
|
||||
new Object[] { CLEAR_TABLES, CachedEntityStatistics.class, "openjpa.DataCache", "true(EnableStatistics=true)",
|
||||
"openjpa.QueryCache", "true", };
|
||||
new Object[] { CLEAR_TABLES, CachedEntityStatistics.class,
|
||||
"openjpa.DataCache", "true(EnableStatistics=true)",
|
||||
"openjpa.QueryCache", "true",
|
||||
"openjpa.DynamicDataStructs", "true"};
|
||||
|
||||
private EntityManager em;
|
||||
private DataCacheStoreManager dsm;
|
||||
|
|
Loading…
Reference in New Issue