< prev index next >

test/java/awt/image/RescaleOp/RescaleAlphaTest.java

Print this page

        

@@ -20,12 +20,12 @@
  * or visit www.oracle.com if you need additional information or have any
  * questions.
  */
 /**
  * @test
- * @bug 8080287
- * @run RescaleAlphaTest
+ * @bug 8080287 8136354
+ * @run main RescaleAlphaTest
  * @summary RescaleOp with scaleFactor/alpha should copy alpha to destination
  * channel
  */
 import java.awt.Graphics2D;
 import java.awt.image.BufferedImage;
< prev index next >