Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Yvand committed Feb 22, 2024
1 parent 82c4059 commit de875f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Yvand.LDAPCPSE.Tests/PrimaryGroupIDTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ public virtual void TestAugmentationOperation(ValidateEntityData registrationDat

[TestCase("FakeAccount", false)]
[TestCase("[email protected]", true)]
[TestCase("[email protected]", true)]
public void TestAugmentationOperation(string claimValue, bool isMemberOfTrustedGroup)
{
base.TestAugmentationOperation(claimValue, isMemberOfTrustedGroup, UnitTestsHelper.ValidGroupName);
Expand Down
2 changes: 1 addition & 1 deletion Yvand.LDAPCPSE.Tests/local.runsettings
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<Parameter name="DataFile_AllAccounts_Validate" value="C:\YvanData\Dev\LDAPCP_Tests_AllAccounts_Validate.csv" />
<Parameter name="FarmAdmin" value="i:0#.w|contoso\yvand" />
<Parameter name="ValidGroupClaimType" value="http://schemas.microsoft.com/ws/2008/06/identity/claims/role" />
<Parameter name="ValidGroupName" value="contoso.local\group1" />
<Parameter name="ValidGroupName" value="contoso.local\testLdapcpseGroup_1" />
<Parameter name="ValidGroupSid" value="S-1-5-21-2647467245-1611586658-188888215-11601" />
<Parameter name="ValidUserSid" value="S-1-5-21-2647467245-1611586658-188888215-107206" />
<Parameter name="MultiPurposeCustomClaimType" value="http://schemas.yvand.org/claims/type1" />
Expand Down

0 comments on commit de875f4

Please sign in to comment.