On Mon, 6 Jul 2020 23:31:28 GMT, Kevin Rushforth <[email protected]> wrote:
>> build.gradle line 3611:
>>
>>> 3610: testCompile project(":swt")
>>> 3611: testCompile name: SWT_FILE_NAME
>>> 3612: }
>>
>> We can't have a dependency on `swt` from any other project. SWT tests need
>> to be confined to
>> `modules/javafx.swt/src/test/java/`
>
> I note that this does work for me. So copying the pattern used by
> `systemTests` into the `swt` project might be all
> that is needed to get it to work there.
I assumed I should add it to the robot package, as it is also a visual test.
I've moved it to the swt module
-------------
PR: https://git.openjdk.java.net/jfx/pull/246