Skip to content

Commit 8c760e7

Browse files
lawrence-andrewHarshitha Onkar
authored andcommitted
8359418: Test "javax/swing/text/GlyphView/bug4188841.java" failed because the phrase of text pane does not match the instructions
Reviewed-by: honkar
1 parent afa52e4 commit 8c760e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jdk/javax/swing/text/GlyphView/bug4188841.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ static JFrame createUI() {
6969
JFrame frame = new JFrame("bug4188841");
7070

7171
NoWrapTextPane nwp = new NoWrapTextPane();
72-
nwp.setText("the\tslow\tbrown\tfox\tjumps\tover\tthe\tlazy\tdog!");
72+
nwp.setText("the\tquick\tbrown\tfox\tjumps\tover\tthe\tlazy\tdog!");
7373
nwp.setCaretPosition(nwp.getText().length());
7474

7575
JScrollPane scrollPane = new JScrollPane(nwp,

0 commit comments

Comments
 (0)