LOGGER.info("\n\t\tRunning Test: " + testName);
}
// TODO find a valid taxonLabel
String taxonLabel = "test";
MatrixRowHome matrixRowHome = getMatrixRowHome();
Collection<MatrixRow> rows = matrixRowHome.findByLabel(taxonLabel);
// assertTrue(rows.size() > 0);
if (LOGGER.isInfoEnabled()) {
LOGGER.info(testName + " - end "); //$NON-NLS-1$