From 79a458c3d41222c2ba310dafbe4ac47625637b27 Mon Sep 17 00:00:00 2001 From: Sergey Bylokhov Date: Fri, 16 Aug 2013 16:52:53 +0400 Subject: [PATCH] 8020051: [TEST_BUG] Testcase for 8004859 has a typo Reviewed-by: anthony --- jdk/test/java/awt/Graphics2D/Test8004859/Test8004859.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jdk/test/java/awt/Graphics2D/Test8004859/Test8004859.java b/jdk/test/java/awt/Graphics2D/Test8004859/Test8004859.java index 73e0acaeace..8cdb83feaa3 100644 --- a/jdk/test/java/awt/Graphics2D/Test8004859/Test8004859.java +++ b/jdk/test/java/awt/Graphics2D/Test8004859/Test8004859.java @@ -37,7 +37,7 @@ import sun.java2d.SunGraphics2D; */ public final class Test8004859 { - private static Shape[] clips = {new Rectangle(0, 0, 1, 1), new Rectangle( + private static Shape[] clips = {new Rectangle(0, 0, -1, -1), new Rectangle( 100, 100, -100, -100)}; private static boolean status = true;