瀏覽代碼

Fixed failing test

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_RoundedCorners@1396090 13f79535-47bb-0310-9956-ffa450edef68
tags/fop-2_0
Peter Hancock 11 年之前
父節點
當前提交
ced1474494
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      test/java/org/apache/fop/render/ps/PSPainterTestCase.java

+ 1
- 1
test/java/org/apache/fop/render/ps/PSPainterTestCase.java 查看文件

@@ -113,7 +113,7 @@ public class PSPainterTestCase {
BorderProps border4 = new BorderProps(style, borderWidth, radiusStart, radiusEnd, color, mode);
try {
psPainter.drawBorderRect(rectangle, border1, border2, border3, border4, Color.WHITE);
verify(psGenerator, times(16)).writeln("20.0 20.0 20.0 20.0 20.0 20.0 curveto ");
verify(psGenerator, times(16)).writeln("20.0 20.0 20.0 20.0 20.0 20.0 curveto ");
} catch (Exception e) {
fail("something broke...");
}

Loading…
取消
儲存