-
Bug
-
Resolution: Fixed
-
P5
-
jfx22
-
b08
To reproduce this:
$ gradle --info -PFULL_TEST=true :systemTests:test --tests SystemMenuBarTest
SystemMenuBarTest > testFailingMenuBar STANDARD_ERROR
FAILED IS: false
In addition to this being redundant (there is no need for a test to print a message when it passes), I frequently scan test build logs for the string "FAILED", and now I always hit this message.
$ gradle --info -PFULL_TEST=true :systemTests:test --tests SystemMenuBarTest
SystemMenuBarTest > testFailingMenuBar STANDARD_ERROR
FAILED IS: false
In addition to this being redundant (there is no need for a test to print a message when it passes), I frequently scan test build logs for the string "FAILED", and now I always hit this message.