TestSuite suite = new TestSuite();
// Deploy an optimistic cache before the ear
Test t1 = getDeploySetup(OptimisticEntityQueryUnitTestCase.class,
"optimistic-entity-cache-service.xml, " +
EAR_NAME + ".ear");
suite.addTest(t1);
// Create an initializer for the test suite
DBSetup wrapper = new DBSetup(suite);
return wrapper;