[jrf-devel] Re: JRF checkout not running...
Brought to you by:
joncrlsn
|
From: Erik T. <ete...@ca...> - 2002-03-01 22:08:16
|
I just did a clean checkout and ran the tests against HSQL and Oracle, and both worked fine.. Can you send me the test ouput from bld/testoutput? Also, thanks for catching the differences in jrf.properties. I will change the default properties back and re-commit. -Erik At 10:58 AM 3/1/2002, Mandip S. Sangha wrote: >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 |