From: Keiron Liddle Date: Wed, 31 Jul 2002 10:05:24 +0000 (+0000) Subject: fixed master-name and a test setup problem X-Git-Tag: Alt-Design-integration-base~484 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=883bc52bb554f530e1b2ee945531f9b0c85d76be;p=xmlgraphics-fop.git fixed master-name and a test setup problem as suggested by: Peter Kullmann fixed line endings git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195040 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/org/apache/fop/tools/TestConverter.java b/src/org/apache/fop/tools/TestConverter.java index aa03fe57c..094353fc3 100644 --- a/src/org/apache/fop/tools/TestConverter.java +++ b/src/org/apache/fop/tools/TestConverter.java @@ -229,6 +229,7 @@ public class TestConverter { Logger logger = log.getChildLogger("fop"); Driver driver = new Driver(); driver.setLogger(logger); + driver.initialize(); if (outputPDF) { driver.setRenderer(Driver.RENDER_PDF); } else { diff --git a/test/xml/bugtests/background_color.fo b/test/xml/bugtests/background_color.fo index feef6e9da..c65e3bbbf 100644 --- a/test/xml/bugtests/background_color.fo +++ b/test/xml/bugtests/background_color.fo @@ -14,7 +14,7 @@ - + diff --git a/test/xml/bugtests/background_transparent.fo b/test/xml/bugtests/background_transparent.fo index 3f6c474cd..01eb73efa 100644 --- a/test/xml/bugtests/background_transparent.fo +++ b/test/xml/bugtests/background_transparent.fo @@ -14,7 +14,7 @@ - + This is a simple fo block with transparent background. diff --git a/test/xml/bugtests/block-container.fo b/test/xml/bugtests/block-container.fo index f9e49d6ce..7ce79cf5b 100644 --- a/test/xml/bugtests/block-container.fo +++ b/test/xml/bugtests/block-container.fo @@ -14,7 +14,7 @@ - + diff --git a/test/xml/bugtests/block.fo b/test/xml/bugtests/block.fo index f77dc1765..f4dd8240f 100644 --- a/test/xml/bugtests/block.fo +++ b/test/xml/bugtests/block.fo @@ -14,7 +14,7 @@ - + This is a simple fo block. diff --git a/test/xml/bugtests/border.fo b/test/xml/bugtests/border.fo index 0a55fde03..d47f15860 100644 --- a/test/xml/bugtests/border.fo +++ b/test/xml/bugtests/border.fo @@ -14,7 +14,7 @@ - + This is a simple fo block. diff --git a/test/xml/bugtests/break-before.fo b/test/xml/bugtests/break-before.fo index 45ff156b1..eebb5e4a6 100644 --- a/test/xml/bugtests/break-before.fo +++ b/test/xml/bugtests/break-before.fo @@ -14,7 +14,7 @@ - + This is a simple fo block. diff --git a/test/xml/bugtests/color.fo b/test/xml/bugtests/color.fo index 8538aa315..bcd0db6cc 100644 --- a/test/xml/bugtests/color.fo +++ b/test/xml/bugtests/color.fo @@ -14,7 +14,7 @@ - + This is a simple fo text in red color. diff --git a/test/xml/bugtests/font-family.fo b/test/xml/bugtests/font-family.fo index 4b46449c6..3837d1006 100644 --- a/test/xml/bugtests/font-family.fo +++ b/test/xml/bugtests/font-family.fo @@ -14,7 +14,7 @@ - + default: diff --git a/test/xml/bugtests/font-size.fo b/test/xml/bugtests/font-size.fo index 1ba4bb14f..5395cf0f3 100644 --- a/test/xml/bugtests/font-size.fo +++ b/test/xml/bugtests/font-size.fo @@ -14,7 +14,7 @@ - + This is a simple fo text in FOP default font size and default font. diff --git a/test/xml/bugtests/font.fo b/test/xml/bugtests/font.fo index d9ab2da4b..8f0e4dd6a 100644 --- a/test/xml/bugtests/font.fo +++ b/test/xml/bugtests/font.fo @@ -14,7 +14,7 @@ - + This is a simple fo text in Courier font. diff --git a/test/xml/bugtests/header_footer.fo b/test/xml/bugtests/header_footer.fo index 22dc945e2..3d3eb870f 100644 --- a/test/xml/bugtests/header_footer.fo +++ b/test/xml/bugtests/header_footer.fo @@ -14,7 +14,7 @@ - + diff --git a/test/xml/bugtests/indent.fo b/test/xml/bugtests/indent.fo index e415f8115..13d051035 100644 --- a/test/xml/bugtests/indent.fo +++ b/test/xml/bugtests/indent.fo @@ -14,7 +14,7 @@ - + This is a simple fo block with justify indented in the start. diff --git a/test/xml/bugtests/inline.fo b/test/xml/bugtests/inline.fo index 3b1e92150..ecf72bead 100644 --- a/test/xml/bugtests/inline.fo +++ b/test/xml/bugtests/inline.fo @@ -14,7 +14,7 @@ - + The sentence is diff --git a/test/xml/bugtests/keep-with-next.fo b/test/xml/bugtests/keep-with-next.fo index b17d0ed76..f2a8df010 100644 --- a/test/xml/bugtests/keep-with-next.fo +++ b/test/xml/bugtests/keep-with-next.fo @@ -14,7 +14,7 @@ - + F I N A L C A L C U L A T I O N AUD $ AUD $ diff --git a/test/xml/bugtests/leader.fo b/test/xml/bugtests/leader.fo index b7507e999..b019611d1 100644 --- a/test/xml/bugtests/leader.fo +++ b/test/xml/bugtests/leader.fo @@ -14,7 +14,7 @@ - + diff --git a/test/xml/bugtests/letter-spacing.fo b/test/xml/bugtests/letter-spacing.fo index f871ee758..aea150337 100644 --- a/test/xml/bugtests/letter-spacing.fo +++ b/test/xml/bugtests/letter-spacing.fo @@ -14,7 +14,7 @@ - + This text is normally spaced. diff --git a/test/xml/bugtests/line-height.fo b/test/xml/bugtests/line-height.fo index eeb29bc04..1d1e2a35b 100644 --- a/test/xml/bugtests/line-height.fo +++ b/test/xml/bugtests/line-height.fo @@ -14,7 +14,7 @@ - + diff --git a/test/xml/bugtests/padding.fo b/test/xml/bugtests/padding.fo index 8475a5306..d6afef6ae 100644 --- a/test/xml/bugtests/padding.fo +++ b/test/xml/bugtests/padding.fo @@ -14,7 +14,7 @@ - + - + This is Page Number . diff --git a/test/xml/bugtests/rule.fo b/test/xml/bugtests/rule.fo index c0a3032d6..8442f2bd0 100644 --- a/test/xml/bugtests/rule.fo +++ b/test/xml/bugtests/rule.fo @@ -14,7 +14,7 @@ - + leader-pattern="rule" rule-style="solid" rule-thickness="0.5pt" diff --git a/test/xml/bugtests/space-treatment.fo b/test/xml/bugtests/space-treatment.fo index 29cf8e2df..886cb7e80 100644 --- a/test/xml/bugtests/space-treatment.fo +++ b/test/xml/bugtests/space-treatment.fo @@ -14,7 +14,7 @@ - + The text below is in monospace font(useful for displayed formatted text, program code etc.) diff --git a/test/xml/bugtests/space.fo b/test/xml/bugtests/space.fo index f95567595..45fd3709e 100644 --- a/test/xml/bugtests/space.fo +++ b/test/xml/bugtests/space.fo @@ -14,7 +14,7 @@ - + space-after.optimum="1cm" diff --git a/test/xml/bugtests/text-align.fo b/test/xml/bugtests/text-align.fo index 7efcf621a..67c74a64c 100644 --- a/test/xml/bugtests/text-align.fo +++ b/test/xml/bugtests/text-align.fo @@ -14,7 +14,7 @@ - + This is a simple fo block. diff --git a/test/xml/bugtests/text-decoration.fo b/test/xml/bugtests/text-decoration.fo index 29668f2b6..71d90c06a 100644 --- a/test/xml/bugtests/text-decoration.fo +++ b/test/xml/bugtests/text-decoration.fo @@ -14,7 +14,7 @@ - + This is a simple fo text. diff --git a/test/xml/bugtests/text-indent.fo b/test/xml/bugtests/text-indent.fo index 3b8147cc6..23ff154c4 100644 --- a/test/xml/bugtests/text-indent.fo +++ b/test/xml/bugtests/text-indent.fo @@ -14,7 +14,7 @@ - + This text is formatted into a left-justified paragraph. diff --git a/test/xml/bugtests/word-spacing.fo b/test/xml/bugtests/word-spacing.fo index 09c65dd84..c138fece3 100644 --- a/test/xml/bugtests/word-spacing.fo +++ b/test/xml/bugtests/word-spacing.fo @@ -14,7 +14,7 @@ - + In this text, spaces between words are normal.