8023536: Some regression tests have a wrong header

Reviewed-by: alexsch
This commit is contained in:
Sergey Malenkov 2013-08-22 17:17:25 +04:00
parent 88cb86076a
commit eaece57c8d
3 changed files with 4 additions and 4 deletions

View File

@ -23,7 +23,7 @@
/*
* @test
* @bug 7122740
* @bug 7187618 7122740
* @summary Tests just a benchmark of PropertyDescriptor(String, Class) performance
* @author Sergey Malenkov
* @run main/manual Test7122740

View File

@ -23,7 +23,7 @@
/*
* @test
* @bug 7184799
* @bug 7187618 7184799
* @summary Tests just a benchmark of Introspector.getBeanInfo(Class) performance
* @author Sergey Malenkov
* @run main/manual Test7184799

View File

@ -27,8 +27,8 @@ import javax.swing.tree.DefaultTreeModel;
/*
* @test
* @bug 8016545
* @summary Tests beans with public fields
* @bug 8013571
* @summary Tests null as a root of TreeModelEvent
* @author Sergey Malenkov
*/