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

SP-325, BIS-231: Removing ContextConfiguration annotation from...

SP-325, BIS-231: Removing ContextConfiguration annotation from RelationshipServiceAuthorizationTest.

SVN: 27175
parent 2e7a399c
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,6 @@
package ch.systemsx.cisd.openbis.systemtest;
import org.springframework.test.context.ContextConfiguration;
import org.testng.annotations.BeforeClass;
import org.testng.annotations.DataProvider;
import org.testng.annotations.Test;
......@@ -43,8 +42,6 @@ import ch.systemsx.cisd.openbis.systemtest.base.auth.SpaceDomain;
/**
* @author anttil
*/
@ContextConfiguration(locations =
{ "classpath:stub_relationship_service.xml" }, inheritLocations = true)
public class RelationshipServiceAuthorizationTest extends BaseTest
{
Space sourceSpace;
......
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