Index: org/postgresql/test/jdbc2/CopyTest.java =================================================================== RCS file: /cvsroot/jdbc/pgjdbc/org/postgresql/test/jdbc2/CopyTest.java,v retrieving revision 1.2 diff -r1.2 CopyTest.java 259a260,266 > public void testCopyRollback() throws SQLException { > con.setAutoCommit(false); > testCopyInByRow(); > con.rollback(); > assertEquals(0, getCount()); > } >