Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 39a3c13

Browse files
committedMar 27, 2025··
Shuffle tests
1 parent 23a4c3d commit 39a3c13

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed
 

‎src/libraries/Microsoft.Bcl.Cryptography/tests/Microsoft.Bcl.Cryptography.Tests.csproj

+2
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@
3434
Link="CommonTest\System\Security\Cryptography\MLKemTests.Keys.cs" />
3535
<Compile Include="$(CommonTestPath)System\Security\Cryptography\MLKemTests.Encapsulation.cs"
3636
Link="CommonTest\System\Security\Cryptography\MLKemTests.Encapsulation.cs" />
37+
<Compile Include="$(CommonTestPath)System\Security\Cryptography\PbeParametersTests.cs"
38+
Link="CommonTest\System\Security\Cryptography\PbeParametersTests.cs" />
3739
<Compile Include="$(CommonTestPath)System\Security\Cryptography\SP800108HmacCounterKdfTests.ArgValidation.cs"
3840
Link="CommonTest\System\Security\Cryptography\SP800108HmacCounterKdfTests.ArgValidation.cs" />
3941
<Compile Include="$(CommonTestPath)System\Security\Cryptography\SP800108HmacCounterKdfTests.Functional.cs"

‎src/libraries/System.Security.Cryptography/tests/System.Security.Cryptography.Tests.csproj

+2-1
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,8 @@
163163
Link="CommonTest\System\Security\Cryptography\MLKemTests.Keys.cs" />
164164
<Compile Include="$(CommonTestPath)System\Security\Cryptography\MLKemTests.Encapsulation.cs"
165165
Link="CommonTest\System\Security\Cryptography\MLKemTests.Encapsulation.cs" />
166+
<Compile Include="$(CommonTestPath)System\Security\Cryptography\PbeParametersTests.cs"
167+
Link="CommonTest\System\Security\Cryptography\PbeParametersTests.cs" />
166168
<Compile Include="$(CommonTestPath)System\Security\Cryptography\SP800108HmacCounterKdfTests.ArgValidation.cs"
167169
Link="CommonTest\System\Security\Cryptography\SP800108HmacCounterKdfTests.ArgValidation.cs" />
168170
<Compile Include="$(CommonTestPath)System\Security\Cryptography\SP800108HmacCounterKdfTests.Functional.cs"
@@ -419,7 +421,6 @@
419421
<Compile Include="OidCollectionTests.cs" />
420422
<Compile Include="OpenSslNamedKeysTests.manual.cs" />
421423
<Compile Include="PaddingModeTests.cs" />
422-
<Compile Include="PbeParametersTests.cs" />
423424
<Compile Include="PemEncodingTests.cs" />
424425
<Compile Include="PemEncodingFindTests.cs" />
425426
<Compile Include="PKCS1MaskGenerationMethodTest.cs" />

0 commit comments

Comments
 (0)
Please sign in to comment.