Re: Failing test on 8.2-506

From: Kris Jurka <books(at)ejurka(dot)com>
To: Miroslav Šulc <miroslav(dot)sulc(at)startnet(dot)cz>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Failing test on 8.2-506
Date: 2007-08-03 18:50:08
Message-ID: Pine.BSO.4.64.0708031447570.27582@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

On Fri, 3 Aug 2007, Miroslav Šulc wrote:

> I just wanted to package jdbc driver 8.2-506 for gentoo linux distro but
> came across this bug in the tests:
>
> [junit] Testcase:
> testTables(org.postgresql.test.jdbc2.DatabaseMetaDataTest): FAILED
> [junit] expected:<test[metadata]> but was:<test[index]>
> [junit] junit.framework.ComparisonFailure: expected:<test[metadata]> but
> was:<test[index]>
> [junit] at
> org.postgresql.test.jdbc2.DatabaseMetaDataTest.testTables(DatabaseMetaDataTest.java:78)
> [junit]

Are you sure you're running on a clean database? No part of the driver or
test suite does anything with a table called testindex.

jurka(at)fred:~/pg/jdbc/postgresql-jdbc-8.2-506.src$ grep -r testindex * | wc
-l
0

Kris Jurka

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Miroslav Šulc 2007-08-03 19:16:48 Re: Failing test on 8.2-506
Previous Message Kris Jurka 2007-08-03 18:45:08 Re: Failing test on 8.2-506