Skip to content

Unit test: Fix regex for timezone parsing [v8] #3379

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

hoffmaen
Copy link
Contributor

Description of the Change

The unit tests failed on my local system with time zone CEST, as the output is checked against a regex expression that only accepts time zones with three characters. This pull-request allows time zones with three or four characters.

Why Is This PR Valuable?

Unit tests will run on CEST systems.

Applicable Issues

none

How Urgent Is The Change?

Not urgent, it only fixes test issues on local systems.

Other Relevant Parties

none

Copy link
Contributor

@joaopapereira joaopapereira left a comment

Choose a reason for hiding this comment

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

LGTM

@joaopapereira joaopapereira merged commit 96947f0 into cloudfoundry:v8 Jan 31, 2025
19 checks passed
@a-b a-b mentioned this pull request Feb 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants