[Jdbc-commits] pgjdbc: Ugggh, compiling is not the same as working.

User Jurka jurka at pgfoundry.org
Wed Nov 14 03:17:59 UTC 2007


Log Message:
-----------
Ugggh, compiling is not the same as working.  Junit's assertEquals
converts things to strings which doesn't work for arrays.  Use
Arrays.equals instead.

Tags:
----
REL8_2_STABLE

Modified Files:
--------------
    pgjdbc/org/postgresql/test/jdbc2:
        UpdateableResultTest.java (r1.22.4.4 -> r1.22.4.5)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/jdbc/pgjdbc/org/postgresql/test/jdbc2/UpdateableResultTest.java.diff?r1=1.22.4.4&r2=1.22.4.5)


More information about the Jdbc-commits mailing list