# HG changeset patch # User malenkov # Date 1277995676 -14400 # Node ID fc070edf8e988213cf96f133092ab73540ed6f7e # Parent 33ad0303d717e0605b81f80f9c5e66ac9070e025 6959266: test javax/swing/JInternalFrame/6725409/bug6725409.java should be modified Reviewed-by: alexp diff -r 33ad0303d717 -r fc070edf8e98 jdk/test/javax/swing/JInternalFrame/6725409/bug6725409.java --- a/jdk/test/javax/swing/JInternalFrame/6725409/bug6725409.java Thu Jul 01 18:09:45 2010 +0400 +++ b/jdk/test/javax/swing/JInternalFrame/6725409/bug6725409.java Thu Jul 01 18:47:56 2010 +0400 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2008, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -43,7 +43,7 @@ new com.sun.java.swing.plaf.windows.WindowsClassicLookAndFeel()); } catch(UnsupportedLookAndFeelException e) { System.out.println("The test is for Windows LaF only"); - System.exit(0); + return; } final bug6725409 bug6725409 = new bug6725409();