[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:38 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_0_STABLE

Modified Files:
--------------
    pgjdbc/org/postgresql/test/jdbc2:
        UpdateableResultTest.java (r1.19.2.5 -> r1.19.2.6)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/jdbc/pgjdbc/org/postgresql/test/jdbc2/UpdateableResultTest.java.diff?r1=1.19.2.5&r2=1.19.2.6)


More information about the Jdbc-commits mailing list