public void testQueryImplicitEvictions() throws Exception {
OpenJPAEntityManager em = (OpenJPAEntityManager) factory
.createEntityManager();
try {
RuntimeTest1[] helperObjs = new RuntimeTest1[5];
helperObjs[0] = new RuntimeTest1();
helperObjs[1] = new RuntimeTest1();
helperObjs[2] = new RuntimeTest1();
helperObjs[3] = new RuntimeTest1();
helperObjs[4] = new RuntimeTest1();
startTx(em);
em.persist(helperObjs[0]);
em.persist(helperObjs[1]);
em.persist(helperObjs[2]);
em.persist(helperObjs[3]);