Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

implement support for access controls directly on binary resources #43

Closed
wants to merge 2 commits into from
Closed

implement support for access controls directly on binary resources #43

wants to merge 2 commits into from

Conversation

acoburn
Copy link
Contributor

@acoburn acoburn commented Oct 31, 2015

@@ -126,13 +126,13 @@ public void noAclTest() throws RepositoryException {

when(mockResource.getPath()).thenReturn(accessTo);
when(mockResource.getContainer()).thenReturn(mockParentResource);
when(mockResource.getTriples(anyObject(),
eq(PropertiesRdfContext.class))).thenReturn(new RdfStream());
when(mockResource.getTriples(anyObject(), eq(PropertiesRdfContext.class)))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there anything actually changed here? I'm squinting... anything?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nope, just reformatted to make the line consistent with everything else in the file. shall I revert that?

@awoods
Copy link
Member

awoods commented Nov 1, 2015

Resolved with: fbd4520

@awoods awoods closed this Nov 1, 2015
@acoburn acoburn deleted the fcrepo-1791 branch July 21, 2016 16:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants