static ITaskDAOConnection connection;
static JPATaskDaoConnectionFactory jtdcf;
public static junit.framework.Test suite() throws Exception {
// create the factory and check no left overs from previous run.
jtdcf = new JPATaskDaoConnectionFactory();
connection = jtdcf.openConnection();
return new JUnit4TestAdapter(JPAFactoriesTest.class);
}