changeset 6129:fda293be88c3

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>
author kshefov
date Thu, 14 Feb 2013 14:14:19 +0000
parents 459b649cb1ea
children f42ad70d2a23
files test/java/awt/Frame/WindowDragTest/WindowDragTest.java
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/test/java/awt/Frame/WindowDragTest/WindowDragTest.java	Tue Feb 12 14:41:18 2013 -0800
+++ b/test/java/awt/Frame/WindowDragTest/WindowDragTest.java	Thu Feb 14 14:14:19 2013 +0000
@@ -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
 */