-
Notifications
You must be signed in to change notification settings - Fork 113
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
Fix tests in org.eclipse.core.expressions.tests #525 #625
Conversation
Test Results 42 files ±0 42 suites ±0 53m 35s ⏱️ - 1m 13s 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. |
Failing test documented in #628. |
There was a problem hiding this 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).
...e/bundles/org.eclipse.core.expressions/src/org/eclipse/core/expressions/CountExpression.java
Outdated
Show resolved
Hide resolved
1dc34ed
to
006404b
Compare
006404b
to
aa03cff
Compare
There was a problem hiding this 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.
50c656d
to
228a679
Compare
…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.
228a679
to
d1e8c73
Compare
Failing test documented in #668 |
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.