提交 fc7e765a 编写于 作者: P pbansal

8235744: PIT: test/jdk/javax/swing/text/html/TestJLabelWithHTMLText.java times out in linux-x64

Reviewed-by: psadhukhan, prr
上级 7a1d8e94
......@@ -23,7 +23,7 @@
/**
* @test
* @bug 8230235
* @bug 8230235 8235744
* @summary Tests if JLabel with HTML text having empty img tag and
* documentBaseKey set renders properly without NPE
* @run main TestJLabelWithHTMLText
......@@ -41,7 +41,7 @@ public class TestJLabelWithHTMLText {
JLabel label = new JLabel();
try {
label.putClientProperty(BasicHTML.documentBaseKey,
new URL("https://www.google.com"));
new URL("http://localhost"));
} catch (MalformedURLException e) {
e.printStackTrace();
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册