Browse Source

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 years ago
parent
commit
ced1474494
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      test/java/org/apache/fop/render/ps/PSPainterTestCase.java

+ 1
- 1
test/java/org/apache/fop/render/ps/PSPainterTestCase.java View File

@@ -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…
Cancel
Save