-
Notifications
You must be signed in to change notification settings - Fork 127
Add Surefire Provider Classpath to Eclipse test classpath #2116
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
base: main
Are you sure you want to change the base?
Conversation
Test Results 218 files - 109 218 suites - 109 44m 54s ⏱️ - 36m 56s For more details on these failures and errors, see this check. Results for commit 67a6764. ± Comparison against base commit d06b1b2. This pull request removes 10 and adds 11 tests. Note that renamed tests count towards both.This pull request removes 5 skipped tests and adds 5 skipped tests. Note that renamed tests count towards both.♻️ This comment has been updated with latest results. |
|
This pull request changes some projects for the first time in this development cycle. An additional commit containing all the necessary changes was pushed to the top of this PR's branch. To obtain these changes (for example if you want to push more changes) either fetch from your fork or apply the git patch. Git patchFurther information are available in Common Build Issues - Missing version increments. |
|
Probably needs some cleanup in |
|
@kwin can we have a testcase covering this feature? |
|
Instead of polluting the testing classpath one should probably rather extend |
Deprecate duplicate constants (defined in org.eclipse.jdt.core.IClasspathAttribute) This closes #2112
b6855d9 to
e03d82d
Compare
f9092af to
8bcf724
Compare
| assertFalse(argLine.contains("@{titi.tata}")); // unresolved property is removed | ||
| } | ||
|
|
||
| @Test |
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.
Move to MavenRuntimeClasspathProviderTest
8bcf724 to
2036684
Compare
Deprecate duplicate constants (defined in
org.eclipse.jdt.core.IClasspathAttribute)
This closes #2112