aboutsummaryrefslogtreecommitdiff
path: root/src/test/msi/WixToolsetTest.MsiE2E/UtilExtensionGroupTests.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Skip `CanChangeCommentOfExistingNonDomainGroup` test due to CI failuresRob Mensching2025-02-121-1/+1
|
* Ensure user and group integration tests always clean up after themselves.Rob Mensching2025-02-121-146/+204
| | | | Fixes 8940
* Fix ups for Domain Group creation / removal.Bevan Weiss2025-02-111-2/+4
| | | | Signed-off-by: Bevan Weiss <bevan.weiss@gmail.com>
* Add/Remove Group Membership rollback handled.Bevan Weiss2025-02-111-25/+70
| | | | | | Fixups to a few test cases. Signed-off-by: Bevan Weiss <bevan.weiss@gmail.com>
* Group Add/Remove working.Bevan Weiss2025-02-111-4/+4
| | | | | | | | | | Local group membership Add/Remove working, however with BUILTIN local system groups .NET doesn't appear to locate them as either groups nor basic security Principals. Still needs work to fix the test for nested groups. Ideally with some way to test for domain groups. Signed-off-by: Bevan Weiss <bevan.weiss@gmail.com>
* CreateGroups additionsBevan Weiss2025-02-111-0/+271
Signed-off-by: Bevan Weiss <bevan.weiss@gmail.com>