-
Notifications
You must be signed in to change notification settings - Fork 320
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
align junit5 in target platforms with eclipse jdts #2228
Conversation
Signed-off-by: Christian Dietrich <[email protected]>
848d980
to
daa5322
Compare
Argh! Now tycho surefire does not see the JUnit 5 tests :'( |
hmm with the hint wonder if we should use maven-surefire |
You mean it fails with r202303 right? I see it fail on GitHub Actions. I don't find |
/org.eclipse.xtext.testing.junit5.tests/src/org/eclipse/xtext/testing/tests/junit5/InjectionExtensionTest.java |
yes, please |
Signed-off-by: Christian Dietrich <[email protected]>
@LorenzoBettini pushed |
I can reproduce the problem locally... I'll try to switch to maven-surefire |
with tycho-surefire this was failing org.eclipse.xtext.testing.tests.junit5.InjectionExtensionTest.didUseRegisteredExtension()
I think I fixed that in the above commit, but changing to |
thx. seems to work now. ok to merge? |
@cdietrich yes! |
align junit5 in target platforms with eclipse jdts