Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P3
-
Resolution: Fixed
-
Affects Version/s: 6u10
-
Fix Version/s: 6u10
-
Component/s: client-libs
-
Subcomponent:
-
Resolved In Build:b26
-
CPU:generic
-
OS:generic
-
Verification:Verified
Description
Wrong test name is used for the @run tag.
/*
* @test 1.1 07/12/19
* @bug 6630702
* @summary Tests that scrolling after paint() is performed correctly.
* This is really only applicable to Vista
* @author ###@###.###: area=Graphics
* @run main/othervm SwingOnScreenRenderingTest
* run main/othervm -Dsun.java2d.opengl=True SwingOnScreenRenderingTest
*/
/*
* @test 1.1 07/12/19
* @bug 6630702
* @summary Tests that scrolling after paint() is performed correctly.
* This is really only applicable to Vista
* @author ###@###.###: area=Graphics
* @run main/othervm SwingOnScreenRenderingTest
* run main/othervm -Dsun.java2d.opengl=True SwingOnScreenRenderingTest
*/