Skip to content
Snippets Groups Projects
Commit ec8bba3f authored by felmer's avatar felmer
Browse files

LMS-2725 wrong UserFailureException

SVN: 24130
parent c4871e4e
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@ import java.util.TreeMap;
import org.springframework.dao.DataAccessException;
import ch.systemsx.cisd.openbis.generic.client.web.client.exception.UserFailureException;
import ch.systemsx.cisd.common.exceptions.UserFailureException;
import ch.systemsx.cisd.openbis.generic.server.batch.BatchOperationExecutor;
import ch.systemsx.cisd.openbis.generic.server.batch.IBatchOperation;
import ch.systemsx.cisd.openbis.generic.server.dataaccess.IDAOFactory;
......
......@@ -28,8 +28,8 @@ import org.testng.annotations.BeforeMethod;
import org.testng.annotations.Test;
import ch.rinn.restrictions.Friend;
import ch.systemsx.cisd.common.exceptions.UserFailureException;
import ch.systemsx.cisd.common.test.RecordingMatcher;
import ch.systemsx.cisd.openbis.generic.client.web.client.exception.UserFailureException;
import ch.systemsx.cisd.openbis.generic.server.business.ManagerTestTool;
import ch.systemsx.cisd.openbis.generic.shared.basic.TechId;
import ch.systemsx.cisd.openbis.generic.shared.basic.dto.DataSetArchivingStatus;
......@@ -393,6 +393,7 @@ public final class TrashBOTest extends AbstractBOTest
}
});
createDeletion();
try
{
trashBO.trashDataSets(dataSetIds);
......
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