aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorManuel Mall <manuel@apache.org>2005-11-23 05:08:05 +0000
committerManuel Mall <manuel@apache.org>2005-11-23 05:08:05 +0000
commitbffc89284806e3f4bf67854005a9a7c30acd206b (patch)
treee976b5cae8612d4f8026969451c271074f899f56 /build.xml
parentfb03dec5261991f80c832f6bd650ab4dbad18127 (diff)
downloadxmlgraphics-fop-bffc89284806e3f4bf67854005a9a7c30acd206b.tar.gz
xmlgraphics-fop-bffc89284806e3f4bf67854005a9a7c30acd206b.zip
Added test case for hyphenation-ladder-count, fix broken build.xml with respect hyphenation layout tests
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@348376 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 882db69f7..8153d5ac1 100644
--- a/build.xml
+++ b/build.xml
@@ -752,7 +752,7 @@ list of possible build targets.
</junit>
</target>
- <target name="junit-layout-hyphenation" depends="hyphenation-present, junit-compile" description="Runs FOP's JUnit hyphenation layout tests" if="hyphenation.present, junit.present">
+ <target name="junit-layout-hyphenation" depends="hyphenation-present, junit-compile" if="hyphenation.present" description="Runs FOP's JUnit hyphenation layout tests">
<echo message="Running hyphenation layout engine tests"/>
<mkdir dir="${build.dir}/test-reports/fop"/>
<junit haltonerror="no" fork="${junit.fork}" errorproperty="fop.junit.error" failureproperty="fop.junit.failure">