Skip to content
Snippets Groups Projects
Commit 6041f4bf authored by George Adrian Stoica's avatar George Adrian Stoica
Browse files

fix: fixes drag drop test freezing on windows

It  seems tha testfx framework has an issue running drag drop test on windows
using the "glass" UI robot
but the altwernative "awt" robot is working
to fix that we add the -Dtestfx.robot=awt in maven-surefire-plugin argument line
parent 7f8b77b1
No related branches found
No related tags found
No related merge requests found
......@@ -197,7 +197,7 @@
<headless>${headlessTests}</headless>
</systemPropertyVariables>
<argLine>
@{jaCoCoArgLine}
@{jaCoCoArgLine} -Dtestfx.robot=awt
--add-opens todolist.ui/todolist.ui=ALL-UNNAMED --add-exports javafx.graphics/com.sun.javafx.application=ALL-UNNAMED
--add-opens javafx.graphics/com.sun.glass.ui=ALL-UNNAMED --add-exports javafx.graphics/com.sun.glass.ui=ALL-UNNAMED
--add-exports javafx.graphics/com.sun.glass.ui.delegate=ALL-UNNAMED
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment