Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update FedoraWebACSecurityContextTests to get to ground zero
  • Loading branch information
mohideen authored and Andrew Woods committed Sep 4, 2015
1 parent d23c7ba commit 8f24158
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
7 changes: 0 additions & 7 deletions pom.xml
Expand Up @@ -112,13 +112,6 @@
<type>test-jar</type>
</dependency>

<dependency>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo-auth-common</artifactId>
<version>4.3.1-SNAPSHOT</version>
<scope>test</scope>
<type>test-jar</type>
</dependency>
<dependency>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo-auth-roles-common</artifactId>
Expand Down
Expand Up @@ -26,17 +26,19 @@

import org.fcrepo.auth.common.FedoraAuthorizationDelegate;
import org.fcrepo.auth.common.FedoraUserSecurityContext;
import org.fcrepo.auth.common.FedoraUserSecurityContextTest;

import org.junit.Assert;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.mockito.Mock;
import org.mockito.runners.MockitoJUnitRunner;

/**
* @author mohideen
* @since 9/1/15.
*/
public class FedoraWebACUserSecurityContextTest extends FedoraUserSecurityContextTest {
@RunWith(MockitoJUnitRunner.class)
public class FedoraWebACUserSecurityContextTest {

@Mock
private FedoraAuthorizationDelegate fad;
Expand Down

0 comments on commit 8f24158

Please sign in to comment.