/**
* Test case resources release.
* @throws RepositoryException
*/
@After public void tearDown() throws RepositoryException {
try {
conn.close();
}
finally {
repository.shutDown();
}
conn=null;
report=null;
store=null;
repository=null;
}