8080932: [TEST_BUG] Test java/awt/BasicStroke/DashStrokeTest.java fails with Bad script error due to improper @run notation

Reviewed-by: azvegint, alexsch
This commit is contained in:
Pooja Chopra 2015-07-15 14:02:24 +03:00
parent adf9cffca5
commit 515dca5c8b

View File

@ -21,10 +21,10 @@
* questions.
*
* @test
* @bug 8075942
* @bug 8075942 8080932
* @summary test there is no exception rendering a dashed stroke
* @run DashStrokeTest
* @run -Dsun.java2d.renderer=sun.java2d.pisces.PiscesRenderingEngine
* @run main DashStrokeTest
* @run main/othervm -Dsun.java2d.renderer=sun.java2d.pisces.PiscesRenderingEngine DashStrokeTest
*/
import java.awt.BasicStroke;