Ver código fonte

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 anos atrás
pai
commit
ced1474494

+ 1
- 1
test/java/org/apache/fop/render/ps/PSPainterTestCase.java Ver arquivo

@@ -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...");
}

Carregando…
Cancelar
Salvar