From f916df3b0edb9b11b2d2163258fd36cd3cb290d6 Mon Sep 17 00:00:00 2001 From: Pankaj Bansal Date: Fri, 21 Feb 2020 17:09:01 +0530 Subject: [PATCH] 8238985: [TESTBUG] The arrow image is blue instead of green Reviewed-by: serb, psadhukhan --- .../javax/swing/JTextPane/TestJTextPaneHTMLRendering.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/jdk/javax/swing/JTextPane/TestJTextPaneHTMLRendering.java b/test/jdk/javax/swing/JTextPane/TestJTextPaneHTMLRendering.java index a0b889ada51..dd7a706c50f 100644 --- a/test/jdk/javax/swing/JTextPane/TestJTextPaneHTMLRendering.java +++ b/test/jdk/javax/swing/JTextPane/TestJTextPaneHTMLRendering.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2019, 2020, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -23,7 +23,7 @@ /* * @test - * @bug 8224475 + * @bug 8224475 8238985 * @summary Verify that JTextPane renders images properly for HTML text * @run main/manual TestJTextPaneHTMLRendering */ @@ -60,7 +60,7 @@ public class TestJTextPaneHTMLRendering { private static volatile boolean testResult = false; private static volatile CountDownLatch countDownLatch; private static final String INSTRUCTIONS = "INSTRUCTIONS:\n\n" + - "Verify that the JTextPane is filled with green arrow images.\n" + + "Verify that the JTextPane is filled with blue arrow images.\n" + "There should be 200 images (10 rows of 20 images each).\n" + "This test will run for 10 iterations and the current iteration\n" + "is being displayed at top of JTextPane. JTextpane will be\n" +