]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Fixed test case: #CMYK pseudo-profile comes before the color profile URI.
authorJeremias Maerki <jeremias@apache.org>
Thu, 17 Dec 2009 14:32:13 +0000 (14:32 +0000)
committerJeremias Maerki <jeremias@apache.org>
Thu, 17 Dec 2009 14:32:13 +0000 (14:32 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@891726 13f79535-47bb-0310-9956-ffa450edef68

test/java/org/apache/fop/traits/BorderPropsTestCase.java

index 0c08e05af96757d65945b82ddec238f389d799f0..aaaeaf526db2114bc8eacf3618534177e3e88420 100644 (file)
@@ -52,7 +52,7 @@ public class BorderPropsTestCase extends TestCase {
         CMYKColorSpace cmykCs = CMYKColorSpace.getInstance();
         float[] rgb = cmykCs.toRGB(cmyk);
         col = ColorExt.createFromFoRgbIcc(rgb[0], rgb[1], rgb[2],
-                null, "#CMYK", cmykCs, cmyk);
+                "#CMYK", null, cmykCs, cmyk);
         b1 = new BorderProps(Constants.EN_INSET, 9999,
                 col, BorderProps.SEPARATE);
         ser = b1.toString();