RFR: Legacy JavaTest Automation Tool [v8]
Dmitry Bessonov
dbessono at openjdk.java.net
Mon Jun 28 20:47:09 UTC 2021
On Fri, 25 Jun 2021 11:52:08 GMT, gollayadav <github.com+83762358+gollayadav at openjdk.org> wrote:
>> Migrating Legacy JavaTest tool "jt_gui_test" from svn to git.
>
> gollayadav has updated the pull request incrementally with one additional commit since the last revision:
>
> Modified the local.properties file and added the README.md file
jt_gui_tests/src/build.xml line 28:
> 26: have any questions.
> 27: -->
> 28: <project name="jtharness" default="test-gui" basedir="..">
In overall, what it this file for? It's calling another build file - gui-test.xml; what's it general purpose?
jt_gui_tests/src/gui-test.xml line 154:
> 152: <copy todir="${tests.tempdir}" file="${junitlib}"/>
> 153: <copy todir="${tests.tempdir}" file="${hamcrestlib}"/>
> 154: <copy todir="${tests.tempdir}" file="${jhjar}"/>
Is jhjar.jar needed for compilation of the tests? It seems they are buildable without
-------------
PR: https://git.openjdk.java.net/jtharness/pull/10
More information about the jtharness-dev
mailing list