afs commented on PR #3986: URL: https://github.com/apache/jena/pull/3986#issuecomment-4682341151
Done! as a separate commit. The bulk was automatic but this time a lot of manual ... because I ran out of quota. But JUnit4 to JUnit6 is muhc less of a bump: 1. Change imports 2. Check for assert order if the assert has a message. 3. Formulaic rewrite `@Parameterized` to `@ParamterizedClass`. The test count in `mem.GraphMemIndexedSetTest` is different by 5 (the number of strategies) because because JUnit4 and JUnit6 count `AbstractGraphMemTest.testDeleteAll` differently. JUnit4 counts the test and the override, whereas JUnit6 counts once. Difference between runtime and static counting maybe. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
