hmm, In general any PostgreSQL tests should only be performed in a special IT (IntegrationTest) Profile. Most tests should run perfectly fine with an in-memory derby or hsql database).
LieGrue, strub --- On Thu, 10/21/10, Robert Matthews <[email protected]> wrote: > From: Robert Matthews <[email protected]> > Subject: Failing tests on SQL Integration > To: "Isis Development List" <[email protected]> > Date: Thursday, October 21, 2010, 12:16 PM > Kevin > > I'm trying to build the framework but it hangs when running > PostgreSqlTest. My firewall reports external access to > abacus on port 5432. I understand this is the port for > a Postgresql server. How do I turn this test (and any > other tests off for other database) when I am building on my > machine? Also why is no one else getting the same problem/ > > Thanks > Rob >
