}
}
for (int i = 0; i < BOXEN2D.length; i++) {
try {
PGbox2d candidate = new PGbox2d(BOXEN2D[i]);
test(BOXEN2D[i], candidate, conns, true);
} catch (SQLException e) {
System.out.println("--- Instantiation of " + BOXEN2D[i] + "failed:");
System.out.println("--- " + e.getMessage());
failcount++;