Hi folks,
I'm trying to create a number of JUnit tests for some of my core apps built
around turbine. Essentially starting with the OM layer and ensuring the
object I've created behave in the same way.
I'm have a problem using Criteria's though...
Criteria crit = new Criteria();
Vector v = UslPeer.doSelect(crit);
This is created as per usual from a test case that override BaseTestCase.
But as I run it throws the following failure
1)
testAddString(com.maxware.fls.om.test.CriteriaTest)junit.framework.Assertion
FailedError: Error getting information Connection object is null!
Do I have to explicitly define a connection to the DB? Any ideas would be
great.
Cheers,
James
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>