/* test makePersistentAll (Collection pcs) */
private void runTestMakePersistent5(PersistenceManager pm) {
Transaction tx = pm.currentTransaction();
if (tx.isActive())
tx.rollback();
PCPoint np1 = new PCPoint (3,3);
PCPoint np2 = new PCPoint (4,4);
Collection col1 = new HashSet();