7183701: [TEST] closed/java/beans/security/TestClassFinder.java - compilation failed

Reviewed-by: rupashka
This commit is contained in:
Sergey Malenkov 2012-07-31 21:01:56 +04:00
parent 386367a03f
commit 5f51412783
2 changed files with 4 additions and 0 deletions

View File

@ -26,6 +26,8 @@
* @bug 6380849
* @summary Tests PropertyEditor finder
* @author Sergey Malenkov
* @compile -XDignore.symbol.file TestPropertyEditor.java
* @run main TestPropertyEditor
*/
import editors.SecondBeanEditor;

View File

@ -26,6 +26,8 @@
* @bug 6963811
* @summary Tests deadlock in PropertyEditorManager
* @author Sergey Malenkov
* @compile -XDignore.symbol.file Test6963811.java
* @run main Test6963811
*/
import java.beans.PropertyEditorManager;