提交 a9683fcb 编写于 作者: A anashaty

8024932: [TEST_BUG] [macosx] javax/swing/text/StyledEditorKit/8016833/bug8016833.java failed

Reviewed-by: serb, alexsch
上级 09f6009f
......@@ -190,9 +190,9 @@ public class bug8016833 {
// not too wide
assertTrue(out3.getWidth() * 0.8 < out2.getWidth());
// not too low
assertTrue(out3.getY() - (out1.getY() + out2.getHeight()) < 3);
assertTrue(out3.getY() - (out1.getY() + out2.getHeight() - 1) < 4);
// not too high
assertTrue(out3.getY() - (out1.getY() + out2.getHeight()) > 0);
assertTrue(out3.getY() - (out1.getY() + out2.getHeight() - 1) > 0);
}
void testStrikthrough() {
......@@ -217,7 +217,7 @@ public class bug8016833 {
// not too wide
assertTrue(out3.getWidth() * 0.8 < out2.getWidth());
// not too low
assertTrue(out3.getY() - (out1.getY() + out2.getHeight()) < 0);
assertTrue(out3.getY() - (out1.getY() + out2.getHeight() - 1) < 0);
// not too high
assertTrue(out3.getY() - out1.getY() > 1);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册