Skip to content

Commit 76859ce

Browse files
kjetilkrubensworks
authored andcommitted
Make URIs clearer for debugging
1 parent c3cc987 commit 76859ce

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

test/integration/acl-oidc-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -599,7 +599,7 @@ describe('ACL with WebID+OIDC over HTTP', function () {
599599
done()
600600
})
601601
})
602-
it('user2 should be able to write a file in the test directory',
602+
it.only('user2 should be able to write a file in the test directory',
603603
function (done) {
604604
var options = createOptions('/group/test-folder/test.ttl', 'user2', 'text/turtle')
605605
options.body = '<#Dahut> a <https://dbpedia.org/resource/Category:French_legendary_creatures>.\n'

test/resources/accounts-acl/tim.localhost/group/test-folder/.acl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
:folks
1919
a acl:Authorization;
2020
acl:accessTo <./> ;
21-
acl:agentGroup <group-listing.ttl#folks>;
21+
acl:agentGroup <group-listing.ttl#us>;
2222
acl:default <./> ;
2323
acl:mode acl:Read, acl:Write.
2424
#:errors

test/resources/accounts-acl/tim.localhost/group/test-folder/group-listing.ttl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<> a acl:GroupListing.
55

6-
<#folks>
6+
<#us>
77
a vcard:Group;
88
vcard:hasUID <urn:uuid:8831CBAD-1111-2222-8563-F0F4787EG398:ABGroup> ;
99

0 commit comments

Comments
 (0)