-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Item13897: Partially working AccessControlTests
Test fails on group access denial – seemingly because of metacache problems. Needs investigating. Also fails due to lack of accesscontrolexception support in Foswiki::App. All other tests are passing. - Foswiki::UserMapping was turned into a role. - Moved all unit test support code from Foswiki::App into Unit::TestApp. - Added method invalidate() on TopicUserMapping. Used to forcingly refresh object status – used by unit test user registration code to get the latest user list. - Test engine now supports initialization using its intialAttributes attribute in addition to the existing init methods. - Test engine supports simulation of cgi/psgi in finalizeReturn() method to support capture*() methods. Though in some cases capturing shall be reviewed and replaced with calls to $app->handleRequest. - New attribute engineParams on Unit::TestApp.
- Loading branch information
Showing
11 changed files
with
298 additions
and
226 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.