Skip to content

Conversation

@StephenMolloy
Copy link
Member

Add test for issue #99193
Will fail if merged before fix (PR #99194)

Copilot AI review requested due to automatic review settings September 5, 2025 06:18
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds test coverage for issue #99193 related to RFC 822 date parsing in System.ServiceModel.Syndication. The tests specifically focus on handling single-digit days and two-digit years in RSS 2.0 item formatters, which appears to be a bug that will be fixed in a separate PR (#99194).

Key Changes

  • Added comprehensive test coverage for RFC 822 date parsing edge cases
  • Tests cover single-digit days, two-digit years, and various timezone formats
  • Tests are specifically designed to skip on .NET Framework due to different parsing requirements

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
src/libraries/System.ServiceModel.Syndication/tests/System/ServiceModel/Syndication/Rfc822DateParsingTests.cs New test file containing comprehensive RFC 822 date parsing tests for edge cases
src/libraries/System.ServiceModel.Syndication/tests/System.ServiceModel.Syndication.Tests.csproj Added the new test file to the project compilation list

@github-actions github-actions bot added the needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners label Sep 5, 2025
@StephenMolloy StephenMolloy added area-System.ServiceModel.Syndication and removed needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners labels Sep 25, 2025
@StephenMolloy StephenMolloy added this to the 10.0.0 milestone Sep 25, 2025
@StephenMolloy StephenMolloy added the test-enhancement Improvements of test source code label Sep 25, 2025
@StephenMolloy
Copy link
Member Author

/backport to release/10.0

@github-actions
Copy link
Contributor

Copy link
Member

@brianrob brianrob left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@StephenMolloy StephenMolloy merged commit e5adc39 into dotnet:main Sep 26, 2025
88 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Oct 26, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants