OPENJPA-2911 make test cover bytecode part

This commit is contained in:
Mark Struberg 2023-05-16 09:29:21 +02:00
parent 972f34d85f
commit b238417dab
2 changed files with 5 additions and 3 deletions

View File

@ -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;