RFR: Feature Tests - Fixing 'CreateWorkdir06' due to compilation error

Dmitry Bessonov dbessono at openjdk.org
Fri Jun 21 12:32:18 UTC 2024


On Thu, 20 Jun 2024 12:47:09 GMT, gollayadav <duke at openjdk.org> wrote:

> Fixing 'CreateWorkdir06' test script due to compilation error.
> 
> 
>     [javac] Compiling 189 source files to /scratch/files/jenkins/workspace/QA/javatest/jt_gui_automation_verification/jt_gui_lin/jtharness/gui-tests/src/build/tests/gui/classes
>     [javac] warning: [options] bootstrap class path not set in conjunction with -source 8
>     [javac] /scratch/files/jenkins/workspace/QA/javatest/jt_gui_automation_verification/jt_gui_lin/jtharness/gui-tests/src/gui/src/jthtest/CreateWorkdir/CreateWorkdir06.java:44: error: invalid method declaration; return type required
>     [javac] public CreateWorkdir02() {
>     [javac] ^
>     [javac] 1 error
>     [javac] 1 warning

gui-tests/src/gui/src/jthtest/CreateWorkdir/CreateWorkdir06.java line 45:

> 43: 
> 44:      public CreateWorkdir06() {
> 45:      depricated = true;

noticed a typo - should be `deprecated`, please file a separate issue to make the renaming

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

PR Review Comment: https://git.openjdk.org/jtharness/pull/72#discussion_r1648899210


More information about the jtharness-dev mailing list