}
private void teardownTestData() throws Exception
{
JetspeedObjectID objId = JetspeedObjectID.createFromString(TEST_ENTITY);
MutablePortletEntity entity = entityAccess.getPortletEntity(objId);
System.out.println("entity == " + entity);
if (entity != null)
{