From df733afc3c70ed607f3c22e3823001ebaebb8ca4 Mon Sep 17 00:00:00 2001 From: Semyon Sadetsky Date: Tue, 22 Mar 2016 13:07:27 +0300 Subject: [PATCH] 8152201: [TEST_BUG] test/java/awt/Window/FindOwner/FindOwnerTest.java has @test tag Reviewed-by: prr, serb, alexsch --- jdk/test/java/awt/Window/FindOwner/FindOwnerTest.java | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/jdk/test/java/awt/Window/FindOwner/FindOwnerTest.java b/jdk/test/java/awt/Window/FindOwner/FindOwnerTest.java index 916c860a5f3..8c09faa6b8a 100644 --- a/jdk/test/java/awt/Window/FindOwner/FindOwnerTest.java +++ b/jdk/test/java/awt/Window/FindOwner/FindOwnerTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2015, 2016 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 @@ -21,12 +21,10 @@ * questions. */ -/* @test - @bug 8139227 +/* @bug 8139227 @summary Text fields in JPopupMenu structure do not receive focus in hosted Applets @author Semyon Sadetsky - @run applet FindOwnerTest.html */ import java.applet.Applet;