Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8166981

RGBColorConvertTest has wrong @run line

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 9
    • None
    • client-libs
    • 2d
    • b140

        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 {

              martin Martin Buchholz
              martin Martin Buchholz
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved: