aboutsummaryrefslogtreecommitdiffstats
path: root/test/java/org
diff options
context:
space:
mode:
authorPeter Hancock <phancock@apache.org>2012-10-09 16:17:34 +0000
committerPeter Hancock <phancock@apache.org>2012-10-09 16:17:34 +0000
commitced147449491332d21f2119b7dba4537cc6b8126 (patch)
treeca95a58247d41615ca435cd91666667cbabc8ad1 /test/java/org
parentb9e74f1261ea539f5f2a95fe0bc6e1dc61a1eb93 (diff)
downloadxmlgraphics-fop-ced147449491332d21f2119b7dba4537cc6b8126.tar.gz
xmlgraphics-fop-ced147449491332d21f2119b7dba4537cc6b8126.zip
Fixed failing test
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_RoundedCorners@1396090 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/java/org')
-rw-r--r--test/java/org/apache/fop/render/ps/PSPainterTestCase.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/java/org/apache/fop/render/ps/PSPainterTestCase.java b/test/java/org/apache/fop/render/ps/PSPainterTestCase.java
index 49ffb77fb..7fac2b584 100644
--- a/test/java/org/apache/fop/render/ps/PSPainterTestCase.java
+++ b/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...");
}