Hi, a quick heads up, I plan to push a really large commit between today / tomorrow, to migrate all JUnit 3 tests to JUnit 4. As most of the job is done with scripting + some regexs, the migration is going to be done in one step; details on migration will go after pushing the commit. The reason behind the change is that, on last commit, I noticed all *URLConstructor tests are exactly the same, so it would be fine to have them grouped through @Parameterized, to enforce same behaviour through all the implementations (this could also be applied to other places where we have several implementations for a given feature or, the other way round, to have some contract/API tests, alongside the tests of the individual implementations).
br, juan pablo