changeset 3428:b22c74e20a1b

6949749: regression cases need to be updated by removing "System.exit(0)" Reviewed-by: igor, prr
author jgodinez
date Thu, 23 Dec 2010 11:01:37 -0800
parents 7fff69f28bf4
children 417acb7e8fa1
files test/java/awt/PrintJob/Text/StringWidth.java
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/test/java/awt/PrintJob/Text/StringWidth.java	Thu Dec 23 10:38:26 2010 -0800
+++ b/test/java/awt/PrintJob/Text/StringWidth.java	Thu Dec 23 11:01:37 2010 -0800
@@ -60,7 +60,6 @@
     pg.dispose();
     pj.end();
     setVisible(false);
-    System.exit(0);
   }
 
   public static void main(String[] args) {