Object p3 = new PCPoint(2, 2);
expected.add(p3);
expected = getFromInserted(expected);
printOutput(results, expected);
checkQueryResultWithoutOrder(ASSERTION_FAILED, results, expected);
tx.commit();
tx = null;
}
finally {
if ((tx != null) && tx.isActive())
tx.rollback();