提交 90231e54 编写于 作者: Y yan

8023576: [TEST BUG] Compilation fails for...

8023576: [TEST BUG] Compilation fails for java/awt/Choice/ChoiceMouseWheelTest/ChoiceMouseWheelTest.java
Reviewed-by: anthony, serb
Contributed-by: NAndrei Eremeev <andrei.eremeev@oracle.com>
上级 7f608193
...@@ -25,7 +25,9 @@ ...@@ -25,7 +25,9 @@
@test @test
@bug 7050935 @bug 7050935
@summary closed/java/awt/Choice/WheelEventsConsumed/WheelEventsConsumed.html fails on win32 @summary closed/java/awt/Choice/WheelEventsConsumed/WheelEventsConsumed.html fails on win32
@library ../../regtesthelpers
@author Oleg Pekhovskiy: area=awt-choice @author Oleg Pekhovskiy: area=awt-choice
@build Util
@run main ChoiceMouseWheelTest @run main ChoiceMouseWheelTest
*/ */
...@@ -142,8 +144,7 @@ public class ChoiceMouseWheelTest extends Frame { ...@@ -142,8 +144,7 @@ public class ChoiceMouseWheelTest extends Frame {
throw new RuntimeException("Mouse Wheel scroll position error!"); throw new RuntimeException("Mouse Wheel scroll position error!");
} }
System.exit(0); dispose();
} catch (AWTException e) { } catch (AWTException e) {
throw new RuntimeException("AWTException occurred - problem creating robot!"); throw new RuntimeException("AWTException occurred - problem creating robot!");
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册