Remove dupe ropc b2c tests - #5487
Merged
Merged
Conversation
Gladwin Johnson VR (gladjohn)
requested a review
from a team
as a code owner
September 18, 2025 16:37
Avery-Dunn
approved these changes
Sep 19, 2025
Bogdan Gavril (bgavrilMS)
approved these changes
Sep 19, 2025
This was referenced Sep 26, 2025
This was referenced Oct 13, 2025
Closed
This was referenced Jun 5, 2026
Closed
Closed
This was referenced Jun 19, 2026
Closed
Closed
This was referenced Jun 29, 2026
Closed
This was referenced Jul 9, 2026
Closed
This was referenced Jul 16, 2026
Closed
This was referenced Aug 14, 2026
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes - dupe tests
Changes proposed in this request
This pull request removes the
B2CUsernamePasswordIntegrationTests.cstest file and moves its main test logic into theUsernamePasswordIntegrationTests.NetFwk.csfile. The migration ensures that B2C ROPC authentication scenarios continue to be tested as part of the .NET Framework integration tests. The most important changes are grouped below.Test File Removal and Migration
B2CUsernamePasswordIntegrationTests.csfile, including its B2C ROPC test logic.RunB2CHappyPathTestAsyncmethod inUsernamePasswordIntegrationTests.NetFwk.cs. This preserves the coverage of B2C authentication scenarios in the integration test suite.Testing
tests
Performance impact
n/a
Documentation