JDK-8234303 : [TEST_BUG] Correct ignored tag in graphics unit tests
  • Type: Bug
  • Component: javafx
  • Sub-Component: graphics
  • Affected Version: openjfx13
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2019-11-17
  • Updated: 2019-11-20
  • Resolved: 2019-11-18
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
openjfx14Fixed
Related Reports
Relates :  
Description
The ignored tag should be corrected as,
1. Each ignored test must be associated with a bug, report a new but and update the Ignore statements.
2. Replace @org.junit.Ignore with @Ignore
3. Remove unused import statement.

Comments
Changeset: 3e0557a Author: Ambarish Rapte Date: 2019-11-18 16:04:06 +0000 URL: https://git.openjdk.java.net/jfx/commit/3e0557a8 8234303: [TEST_BUG] Correct ignore tag in graphics unit tests Reviewed-by: kcr
18-11-2019