Skip to content
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

Rename test method to clarify the purpose related to SPR-6063 #33402

Closed
wants to merge 1 commit into from

Conversation

xpmxf4
Copy link
Contributor

@xpmxf4 xpmxf4 commented Aug 18, 2024

This PR renames the test method spr6063 to propertyDescriptorShouldMatchWithCachedDescriptors to better reflect the intent of the test. The original method name was tied to the issue number, but it did not convey the specific purpose of the test.

The updated method name now clearly indicates that the test is designed to verify the consistency between the results of BeanUtils.getPropertyDescriptor() and BeanUtils.getPropertyDescriptors().

This change was made following the discussion and issue raised in SPR-6063, ensuring that the test method name is descriptive and aligns with best practices.

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged or decided on label Aug 18, 2024
sdeleuze pushed a commit to sdeleuze/spring-framework that referenced this pull request Aug 20, 2024
@sdeleuze sdeleuze closed this in c714098 Aug 20, 2024
@sdeleuze sdeleuze self-assigned this Aug 20, 2024
@sdeleuze sdeleuze added type: task A general task and removed status: waiting-for-triage An issue we've not yet triaged or decided on labels Aug 20, 2024
@sdeleuze
Copy link
Contributor

Merged and polished to keep the reference to the GitHub issue, thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: task A general task
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants