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

Do not ignore cases for attribute names #258

Merged
merged 4 commits into from
Dec 11, 2022

Conversation

JohannesStoehr
Copy link
Collaborator

Ares did ignore the cases of attributes so far, which lead to some problems when other tests relied on the exact case or the student had different attributes with the same name but different cases (i.e. id and static ID to count up all created ids).
This PR removes this behavior, so attributes are now case sensitive

@JohannesStoehr JohannesStoehr self-assigned this Dec 11, 2022
@JohannesStoehr JohannesStoehr added enhancement New feature or request java Pull requests that update Java code structural-tests Components related to de.tum.in.test.api.structural labels Dec 11, 2022
Copy link
Collaborator

@MaisiKoleni MaisiKoleni left a comment

Choose a reason for hiding this comment

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

Looks good to me. Thanks for the quick fix!

@MaisiKoleni MaisiKoleni removed the structural-tests Components related to de.tum.in.test.api.structural label Dec 11, 2022
@MaisiKoleni MaisiKoleni added this to the Version 1.11.1 milestone Dec 11, 2022
@MaisiKoleni MaisiKoleni merged commit 4179c13 into master Dec 11, 2022
@MaisiKoleni MaisiKoleni deleted the enhancement/do-not-ignore-attribut-cases branch December 11, 2022 14:02
@Anatoly03
Copy link

Thank you! ✨

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants