[Jdbc-commits] pgjdbc: Arrays.toString is a JDK1.5+ method, so we can't use it in this
User Jurka
jurka at pgfoundry.org
Wed Nov 14 02:47:21 UTC 2007
Log Message:
-----------
Arrays.toString is a JDK1.5+ method, so we can't use it in this
test. It's unnecessary anyways as we really want to compare the
byte arrays, not their String forms.
Tags:
----
REL8_2_STABLE
Modified Files:
--------------
pgjdbc/org/postgresql/test/jdbc2:
UpdateableResultTest.java (r1.22.4.3 -> r1.22.4.4)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/jdbc/pgjdbc/org/postgresql/test/jdbc2/UpdateableResultTest.java.diff?r1=1.22.4.3&r2=1.22.4.4)
More information about the Jdbc-commits
mailing list