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

refactor: DB independent capitalization of test cases #31359

Merged
merged 1 commit into from
Jun 15, 2022

Conversation

c-p-b
Copy link
Contributor

@c-p-b c-p-b commented Jun 14, 2022

MariaDB treats capitalized and uncapitalized as equivalent in test cases. For example, "Company In Progress" is equal to "Company in Progress" in MariaDB. In postgres, these are not equivalent. This PR normalizes the capitalization between the test cases and expected results.

@ankush ankush merged commit 2a9105f into frappe:develop Jun 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

2 participants