@@ -128,7 +128,7 @@ describe('ACL with WebID+OIDC over HTTP', function () {
128128 } )
129129
130130 describe ( 'empty .acl' , function ( ) {
131- describe ( 'with no defaultForNew in parent path' , function ( ) {
131+ describe ( 'with no default in parent path' , function ( ) {
132132 it ( 'should give no access' , function ( done ) {
133133 var options = createOptions ( '/empty-acl/test-folder' , 'user1' )
134134 options . body = ''
@@ -156,7 +156,7 @@ describe('ACL with WebID+OIDC over HTTP', function () {
156156 } )
157157 } )
158158 } )
159- describe ( 'with defaultForNew in parent path' , function ( ) {
159+ describe ( 'with default in parent path' , function ( ) {
160160 before ( function ( ) {
161161 rm ( '/accounts-acl/tim.localhost/write-acl/empty-acl/another-empty-folder/test-file.acl' )
162162 rm ( '/accounts-acl/tim.localhost/write-acl/empty-acl/test-folder/test-file' )
@@ -687,7 +687,7 @@ describe('ACL with WebID+OIDC over HTTP', function () {
687687 } )
688688 } )
689689
690- describe ( 'defaultForNew ' , function ( ) {
690+ describe ( 'default ' , function ( ) {
691691 before ( function ( ) {
692692 rm ( '/accounts-acl/tim.localhost/write-acl/default-for-new/.acl' )
693693 rm ( '/accounts-acl/tim.localhost/write-acl/default-for-new/test-file.ttl' )
@@ -696,11 +696,11 @@ describe('ACL with WebID+OIDC over HTTP', function () {
696696 var body = '<#Owner> a <http://www.w3.org/ns/auth/acl#Authorization>;\n' +
697697 ' <http://www.w3.org/ns/auth/acl#accessTo> <./>;\n' +
698698 ' <http://www.w3.org/ns/auth/acl#agent> <' + user1 + '>;\n' +
699- ' <http://www.w3.org/ns/auth/acl#defaultForNew > <./>;\n' +
699+ ' <http://www.w3.org/ns/auth/acl#default > <./>;\n' +
700700 ' <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' +
701701 '<#Default> a <http://www.w3.org/ns/auth/acl#Authorization>;\n' +
702702 ' <http://www.w3.org/ns/auth/acl#accessTo> <./>;\n' +
703- ' <http://www.w3.org/ns/auth/acl#defaultForNew > <./>;\n' +
703+ ' <http://www.w3.org/ns/auth/acl#default > <./>;\n' +
704704 ' <http://www.w3.org/ns/auth/acl#agentClass> <http://xmlns.com/foaf/0.1/Agent>;\n' +
705705 ' <http://www.w3.org/ns/auth/acl#mode> <http://www.w3.org/ns/auth/acl#Read> .\n'
706706 it ( "user1 should be able to modify test directory's ACL file" , function ( done ) {
0 commit comments