Subject Re: [Firebird-Java] Re: JayBird 1.5.0 Released
Author Roman Rokytskyy
> will there be a cvs tag for the new release? and what would be its
> name?

tag is JayBird_1_5_0

> i just pulled the latest sources out of sourceforge-cvs and get failed
> tests in >

> org.firebird.sql.jdbc.TestFBPreparedStatement.testTimestampWithCalen
> dar

Might be that public/anonymous CVS is not yet in sync with main CVS. I
changed some things there yesterday.

> org.firebird.sql.jdbc.TestFBWrappingDataSource.testJNDI
> org.firebird.sql.pool.TestDriverConnectionPoolDataSource.testJNDI >
> org.firebird.sql.pool.TestDriverConnectionPoolDataSource.testReferen
> ceSupportWrapping
>
> org.firebird.sql.pool.TestDriverConnectionPoolDataSource.testReferen
> ceSupport
> org.firebird.sql.pool.TestFBConnectionPoolDataSource.testJNDI
>
> org.firebird.sql.pool.TestFBConnectionPoolDataSource.testReferenceSu
> pportWrapping
>
> org.firebird.sql.pool.TestFBConnectionPoolDataSource.testReferenceSu
> pport

Should not happen. Please ensure that you have clean CVS checkout and no
JayBird in classpath.

> is this expected ?

Definitely not. Before releasing I executed the sute on my machine.

Roman