Skip to content

Conversation

StephenMolloy
Copy link
Member

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

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

@Copilot 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant