Object p3 = new PCPoint(2, 2);
expected.add(p3);
expected = getFromInserted(expected);
printOutput(results, expected);
checkQueryResultWithoutOrder(ASSERTION_FAILED, results, expected);
tx.commit();
tx = null;
if (debug) logger.debug("Test ExecuteQueryWithMap01 - Passed\n");
}
finally {
if ((tx != null) && tx.isActive())