[jrf-devel] Re: JRF checkout not running...
Brought to you by:
joncrlsn
|
From: Mandip S. S. <ma...@su...> - 2002-03-01 16:56:31
|
Hi Erik Just about to submit my patch file and noticed that after doing a cvs checkout, it compiles okay but most of the tests in DomainTEST fail. The jrf.properties file has changed from: # Example for the free, open-source, java HypersonicSQL RDBMS that is # included with this distribution. # (http://hsql.oron.ch). # Note: Hypersonic DOES support multiple ANSI joins, unlike InstantDB # driverJar=lib/hsql.jar useANSIJoins=true reuseStatement=false databasePolicy=com.is.jrf.HypersonicDatabasePolicy driver=org.hsql.jdbcDriver url=jdbc:HypersonicSQL:test-hsql user=sa password= to: # Example for the free, open-source, java HypersonicSQL RDBMS that is # included with this distribution. # (http://hsql.oron.ch). # Note: Hypersonic DOES support multiple ANSI joins, unlike InstantDB # driverJar=jar useANSIJoins=true reuseStatement=false databasePolicy=policy driver=driver url=url user=user password=pass Even after the properties are changed back there are still ten tests that fail. I'm using 'ant test -Dtest=DomainTEST'. I checked out jrf a few weeks ago and everything ran fine. If I'm doing something wrong please can you tell me otherwise if any code needs to be changed please can you do so, so that I can create my diff file from the new code. Many thanks Mandip |