[Jdbc-commits] pgjdbc: Ugggh, compiling is not the same as working.
User Jurka
jurka at pgfoundry.org
Wed Nov 14 03:18:07 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_1_STABLE
Modified Files:
--------------
pgjdbc/org/postgresql/test/jdbc2:
UpdateableResultTest.java (r1.22.2.4 -> r1.22.2.5)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/jdbc/pgjdbc/org/postgresql/test/jdbc2/UpdateableResultTest.java.diff?r1=1.22.2.4&r2=1.22.2.5)
More information about the Jdbc-commits
mailing list