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

rtd_phosphonetx: add @Friend annotation to a test to satisfy restriction checking.

SVN: 30117
parent 7f70a394
No related branches found
No related tags found
No related merge requests found
......@@ -23,6 +23,7 @@ import org.jmock.Expectations;
import org.testng.annotations.BeforeMethod;
import org.testng.annotations.Test;
import ch.rinn.restrictions.Friend;
import ch.systemsx.cisd.openbis.common.eodsql.MockDataSet;
import ch.systemsx.cisd.openbis.generic.server.plugin.IDataSetTypeSlaveServerPlugin;
import ch.systemsx.cisd.openbis.generic.server.plugin.ISampleTypeSlaveServerPlugin;
......@@ -46,6 +47,7 @@ import ch.systemsx.cisd.openbis.plugin.proteomics.shared.basic.dto.ProteinRelate
*
* @author Franz-Josef Elmer
*/
@Friend(toClasses = PhosphoNetXServer.class)
public class PhosphoNetXServerTest extends AbstractServerTestCase
{
private static final TechId EXPERIMENT_ID = new TechId(42L);
......
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