On Fri, 20 Sep 2024 20:08:40 GMT, Andy Goryachev <ango...@openjdk.org> wrote:

> Could not run the junit4 query because there are still parameterized tests 
> left.

What I did to verify this was to do a grep just on those files that changed:


git diff --name-only master... | xargs grep -n -e "org.junit" -e 
"junit.framework" | grep -v jupiter


So, while this doesn't verify that this PR picked up all classes without 
parameterized tests, it does confirm that there are no JUnit4 imports left in 
any of the ones that were converted.

-------------

PR Comment: https://git.openjdk.org/jfx/pull/1576#issuecomment-2364624830

Reply via email to