]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Fixed failing test
authorPeter Hancock <phancock@apache.org>
Tue, 9 Oct 2012 16:17:34 +0000 (16:17 +0000)
committerPeter Hancock <phancock@apache.org>
Tue, 9 Oct 2012 16:17:34 +0000 (16:17 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_RoundedCorners@1396090 13f79535-47bb-0310-9956-ffa450edef68

test/java/org/apache/fop/render/ps/PSPainterTestCase.java

index 49ffb77fbe022f7417dca66afdc61f661fe94f72..7fac2b584daff5514820a95d1a3e5448071a6513 100644 (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...");
         }