Re: Failing test on 8.2-506 - Mailing list pgsql-jdbc

From Kris Jurka
Subject Re: Failing test on 8.2-506
Date
Msg-id Pine.BSO.4.64.0708031447570.27582@leary.csoft.net
Whole thread Raw
In response to Failing test on 8.2-506  (Miroslav Šulc <miroslav.sulc@startnet.cz>)
List 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@fred:~/pg/jdbc/postgresql-jdbc-8.2-506.src$ grep -r testindex * | wc
-l
0

Kris Jurka

pgsql-jdbc by date:

Previous
From: Miroslav Šulc
Date:
Subject: Re: Failing test on 8.2-506
Next
From: Heikki Linnakangas
Date:
Subject: Re: statement caching patch from Laszlo Hornyak for review