< prev index next >

test/java/awt/geom/AffineTransform/GetTypeOptimization.java

Print this page

        

@@ -27,10 +27,11 @@
  * @summary Tests that transforms modified with degenerate operations
  *          continue to return their more optimal type from getType().
  *          This test also confirms that isIdentity() returns the
  *          optimal value under all histories of modification.
  * @run main GetTypeOptimization
+ * @key randomness
  */
 
 import java.awt.geom.AffineTransform;
 import java.util.Random;
 
< prev index next >