-
Bug
-
Resolution: Fixed
-
P3
-
None
-
b140
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8283922 | 8u341 | Dukebot | P3 | Resolved | Fixed | b01 |
The test RGBColorConvertTest actually runs sibling test ColorConvertTest. But there's no need for a @run line at all - the default is fine!
/**
* @test
* @bug 6279846
* @summary Verifies that transform between the same ICC color spaces does not
* change pixels
- * @run main ColorConvertTest
*/
import java.awt.image.*;
import java.awt.color.ColorSpace;
public class RGBColorConvertTest {
/**
* @test
* @bug 6279846
* @summary Verifies that transform between the same ICC color spaces does not
* change pixels
- * @run main ColorConvertTest
*/
import java.awt.image.*;
import java.awt.color.ColorSpace;
public class RGBColorConvertTest {
- backported by
-
JDK-8283922 RGBColorConvertTest has wrong @run line
- Resolved