8152201: [TEST_BUG] test/java/awt/Window/FindOwner/FindOwnerTest.java has @test tag

Reviewed-by: prr, serb, alexsch
This commit is contained in:
Semyon Sadetsky 2016-03-22 13:07:27 +03:00
parent 01d44b4e0d
commit df733afc3c

View File

@ -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;