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

Fix tests in org.eclipse.core.expressions.tests #525 #625

Merged
merged 2 commits into from
Sep 11, 2023

Conversation

Michael5601
Copy link
Contributor

This commit fixes the tests testLessThanOrEqualToExpression and testGreaterThanOrEqualToExpression of class CountExpression.java in org.eclipse.core.expressions.tests by adding additional functionality similar to the already existing. Contributes to #525.

@Michael5601 Michael5601 changed the title Reactivate tests in org.eclipse.core.expressions.tests #525 Fix tests in org.eclipse.core.expressions.tests #525 Aug 7, 2023
@github-actions
Copy link
Contributor

github-actions bot commented Aug 7, 2023

Test Results

       42 files  ±0         42 suites  ±0   53m 35s ⏱️ - 1m 13s
  3 770 tests +2    3 766 ✔️ +2    3 💤 ±0  1 ±0 
11 313 runs  +6  11 283 ✔️ +6  27 💤 ±0  3 ±0 

For more details on these failures, see this check.

Results for commit d1e8c73. ± Comparison against base commit d3a1f1d.

♻️ This comment has been updated with latest results.

@Michael5601
Copy link
Contributor Author

Failing test documented in #628.

Copy link
Contributor

@HeikoKlare HeikoKlare left a comment

Choose a reason for hiding this comment

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

Thanks for adding the missing functionality and enabling the according tests!

The changes look sound to me. Tests work as expected. I would only suggest to apply a minor refactoring moving to recent Java features, since the code is touched anyway (see code comment).

Copy link
Contributor

@HeikoKlare HeikoKlare left a comment

Choose a reason for hiding this comment

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

With recent improvements, changes are fine for me.
I added the required version bumps for 4.30.

Michael5601 and others added 2 commits September 11, 2023 10:13
…rm#525

This commit fixes the tests testLessThanOrEqualToExpression and testGreaterThanOrEqualToExpression of class CountExpression.java by adding additional functionality similar to the already existing.
Contributes to eclipse-platform#525.
@HeikoKlare
Copy link
Contributor

Failing test documented in #668

@HeikoKlare HeikoKlare merged commit 8ec6c71 into eclipse-platform:master Sep 11, 2023
5 of 11 checks passed
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