solid-contrib / web-access-control-tests

Tests if a Solid server implements web access control correctly
MIT License
2 stars 5 forks source link

Wac allow tests : move recursiveDelete #20

Closed bourgeoa closed 3 years ago

bourgeoa commented 3 years ago

recursiveDelete was implemented with afterEach test and should have been implemented in afterAll to be after each describe

I commented out the function related to cache in NSS because I implemented a clearAclCache(url) after each delete or create/update of an acl.

All tests passes with NSS