diff options
author | Manuel Mall <manuel@apache.org> | 2005-11-23 05:08:05 +0000 |
---|---|---|
committer | Manuel Mall <manuel@apache.org> | 2005-11-23 05:08:05 +0000 |
commit | bffc89284806e3f4bf67854005a9a7c30acd206b (patch) | |
tree | e976b5cae8612d4f8026969451c271074f899f56 /build.xml | |
parent | fb03dec5261991f80c832f6bd650ab4dbad18127 (diff) | |
download | xmlgraphics-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.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"> |