Skip to content
Snippets Groups Projects
Commit 8fa310e0 authored by tpylak's avatar tpylak
Browse files

LMS-544 fix unit tests

SVN: 9470
parent c7f9f2fd
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,6 @@ import static org.testng.AssertJUnit.assertNotNull;
import static org.testng.AssertJUnit.assertNull;
import static org.testng.AssertJUnit.assertTrue;
import org.apache.commons.lang.StringUtils;
import org.hibernate.SessionFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.dao.DataAccessException;
......@@ -53,8 +52,6 @@ import ch.systemsx.cisd.openbis.generic.shared.util.UuidUtil;
{ AbstractDAO.class })
public abstract class AbstractDAOTest extends AbstractTransactionalTestNGSpringContextTests
{
static final String EXCEED_40_CHARACTERS = StringUtils.repeat("A", 41);
static
{
LogInitializer.init();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment