@@ -277,7 +277,7 @@ describe('ACL with WebID+TLS', function () {
277277 'content-type' : 'text/turtle'
278278 }
279279 options . body = '<#Owner> a <http://www.w3.org/ns/auth/acl#Authorization>;\n' +
280- ' <http://www.w3.org/ns/auth/acl#accessTo> <https://localhost:3456/test/acl-tls/origin/test-folder/.acl >;\n' +
280+ ' <http://www.w3.org/ns/auth/acl#accessTo> <https://localhost:3456/test/acl-tls/origin/test-folder/>;\n' +
281281 ' <http://www.w3.org/ns/auth/acl#agent> <' + user1 + '>;\n' +
282282 ' <http://www.w3.org/ns/auth/acl#origin> <' + origin1 + '>;\n' +
283283 ' <http://www.w3.org/ns/auth/acl#mode> <http://www.w3.org/ns/auth/acl#Read>, <http://www.w3.org/ns/auth/acl#Write>, <http://www.w3.org/ns/auth/acl#Control> .\n' +
@@ -375,11 +375,11 @@ describe('ACL with WebID+TLS', function () {
375375 'content-type' : 'text/turtle'
376376 }
377377 options . body = '<#Owner1> a <http://www.w3.org/ns/auth/acl#Authorization>;\n' +
378- ' <http://www.w3.org/ns/auth/acl#accessTo> <https://localhost:3456/test/acl-tls/origin/test-folder/.acl >;\n' +
378+ ' <http://www.w3.org/ns/auth/acl#accessTo> <https://localhost:3456/test/acl-tls/origin/test-folder/>;\n' +
379379 ' <http://www.w3.org/ns/auth/acl#agent> <' + user1 + '>;\n' +
380380 ' <http://www.w3.org/ns/auth/acl#mode> <http://www.w3.org/ns/auth/acl#Read>, <http://www.w3.org/ns/auth/acl#Write>, <http://www.w3.org/ns/auth/acl#Control> .\n' +
381381 '<#Owner2> a <http://www.w3.org/ns/auth/acl#Authorization>;\n' +
382- ' <http://www.w3.org/ns/auth/acl#accessTo> <https://localhost:3456/test/acl-tls/origin/test-folder/.acl >;\n' +
382+ ' <http://www.w3.org/ns/auth/acl#accessTo> <https://localhost:3456/test/acl-tls/origin/test-folder/>;\n' +
383383 ' <http://www.w3.org/ns/auth/acl#origin> <' + origin1 + '>;\n' +
384384 ' <http://www.w3.org/ns/auth/acl#mode> <http://www.w3.org/ns/auth/acl#Read>, <http://www.w3.org/ns/auth/acl#Write>, <http://www.w3.org/ns/auth/acl#Control> .\n' +
385385 '<#Public> a <http://www.w3.org/ns/auth/acl#Authorization>;\n' +
0 commit comments