RGBColorConvertTest has wrong @run line

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P3
    • 9
    • Affects Version/s: None
    • Component/s: 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 {

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

                Created:
                Updated:
                Resolved: