RFR: 8253761: Wrong URI syntax printed by jar --describe-module

Christian Stein cstein at openjdk.java.net
Sun Oct 4 17:29:40 UTC 2020


On Sat, 3 Oct 2020 19:19:08 GMT, Alan Bateman <alanb at openjdk.org> wrote:

>>> `test/jdk/tools/jar/modularJar/Basic.java` has tests for jar --describe-module and maybe we could add a test to this to
>>> make sure that it outputs the expected JAR URL.
>> 
>> Tests are always good to have.
>> 
>> Should I extend the existing `@Test public void describeModuleFoo() ...` method or should I add a new method that
>> ensures the expected URL is emitted?
>
> A new assert in the describeModuleFoo test would be great, thank you!

How do I trigger a "pre-submit testing using GitHub Actions workflow"[[1]] to be started for this PR?

[1]: https://mail.openjdk.java.net/pipermail/jdk-dev/2020-September/004736.html

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

PR: https://git.openjdk.java.net/jdk/pull/393


More information about the core-libs-dev mailing list