Skip to content

Commit 5de7202

Browse files
author
Satyen Subramaniam
committed
8359418: Test "javax/swing/text/GlyphView/bug4188841.java" failed because the phrase of text pane does not match the instructions
Backport-of: 8c760e78b9e3851d40f8036105666e9c451b09a1
1 parent fc2f115 commit 5de7202

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)