7161759: TEST_BUG: java/awt/Frame/WindowDragTest/WindowDragTest.java fails to compile, should be modified
authorkshefov
Wed, 13 Feb 2013 18:01:18 +0400
changeset 15635 1bb3df084c72
parent 15634 ff71ed981a76
child 15636 0eeacbf451a7
7161759: TEST_BUG: java/awt/Frame/WindowDragTest/WindowDragTest.java fails to compile, should be modified Summary: Added @build Util jtreg tag Reviewed-by: serb, alexsch Contributed-by: Vera Akulova <vera.akulova@oracle.com>
jdk/test/java/awt/Frame/WindowDragTest/WindowDragTest.java
--- a/jdk/test/java/awt/Frame/WindowDragTest/WindowDragTest.java	Fri Feb 08 22:08:10 2013 +0400
+++ b/jdk/test/java/awt/Frame/WindowDragTest/WindowDragTest.java	Wed Feb 13 18:01:18 2013 +0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2012, 2013, 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
@@ -23,10 +23,11 @@
 
 /*
   @test
-  @bug 7128738
+  @bug 7128738 7161759
   @summary dragged dialog freezes system on dispose
   @author Oleg Pekhovskiy: area=awt.toplevel
   @library ../../regtesthelpers
+  @build Util
   @run main WindowDragTest
 */