Re: junit failure?

Поиск
Список
Период
Сортировка
От Kris Jurka
Тема Re: junit failure?
Дата
Msg-id Pine.LNX.4.33.0311161938380.22874-200000@leary.csoft.net
обсуждение исходный текст
Ответ на junit failure?  (Larry Rosenman <ler@lerctr.org>)
Ответы Re: junit failure?
Re: junit failure?
Список pgsql-jdbc

On Sun, 16 Nov 2003, Larry Rosenman wrote:

> On 7.4RC2 (from today's CVS, -rREL7_4_STABLE), I get:
> runtest:
>     [junit] Testsuite: org.postgresql.test.jdbc2.Jdbc2TestSuite
>     [junit] Tests run: 87, Failures: 1, Errors: 0, Time elapsed: 13.759 sec
>
>     [junit] Testcase:
> testTables(org.postgresql.test.jdbc2.DatabaseMetaDataTest):       FAILED
>     [junit] null
>     [junit] junit.framework.AssertionFailedError
>     [junit]     at
> org.postgresql.test.jdbc2.DatabaseMetaDataTest.testTables(DatabaseMetaDataT
> est.java:64)

Tough to tell what the problem is exactly.  The JDBC tests don't have the
equivalent of the main regression test's diffs that you can send around.
This test could fail if you had a table in the database you are running
this against that had a name starting with "test".  Please try out the
attached patch which adds some debug info for this particular failure.

Kris Jurka

Вложения

В списке pgsql-jdbc по дате отправления:

Предыдущее
От: Miłosz Dobrowolski
Дата:
Сообщение: Hibernate
Следующее
От: Kris Jurka
Дата:
Сообщение: Re: Hibernate