Hi Rob, This is really weird - the default SQL tests just use HSQLDB, so there shouldn't be any issue.
You would need to enable full integration testing to switch on "served" tests, which then look for database servers (you'll noticed timeouts searching for "abacus" - my server). Is your system running: Default Runtime SQL ObjectStore Integration Tests - Common or Default Runtime SQL ObjectStore Integration Tests - Served If the latter, you *will* need to update the mysql.properties and postgresql.properties in the sql-tests-served project. The latter is turned on by profile "integration-tests", BTW. Regards, Kevin On 6 Jul 2011 at 12:55, Robert Matthews wrote: > On trying the site build I get infinite pause in 'Default Runtime SQL > ObjectStore Integration Tests'. I've Ctrl-C'd it so it continues with > the next project and the rest complete fine. > > Rob >
