diff options
author | Mehdi Houshmand <mehdi@apache.org> | 2012-05-31 08:33:36 +0000 |
---|---|---|
committer | Mehdi Houshmand <mehdi@apache.org> | 2012-05-31 08:33:36 +0000 |
commit | eccd73c523bdda6a0634e9849141492f7b14ad63 (patch) | |
tree | 72f06ec1481249bdd639083ee646b3c3fd4be7a4 /test/test.xconf | |
parent | 05761b1df54ada8a762bfa879dc0e3455d33d828 (diff) | |
download | xmlgraphics-fop-eccd73c523bdda6a0634e9849141492f7b14ad63.tar.gz xmlgraphics-fop-eccd73c523bdda6a0634e9849141492f7b14ad63.zip |
Started unifying URI resolution mechanism, redesigned configuration system and created flexible config testing
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_URI_Unification@1344594 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/test.xconf')
-rw-r--r-- | test/test.xconf | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/test/test.xconf b/test/test.xconf index 7978f1b64..4bd98c151 100644 --- a/test/test.xconf +++ b/test/test.xconf @@ -3,6 +3,7 @@ <!-- Switch off font caching for the purposes of unit testing --> <use-cache>false</use-cache> + <font-base>.</font-base> <renderers> <renderer mime="application/pdf"> @@ -19,18 +20,14 @@ <value>null</value> </filterList> <fonts> - <font metrics-url="test/resources/fonts/ttf/glb12.ttf.xml" embed-url="test/resources/fonts/ttf/glb12.ttf"> + <font metrics-url="resources/fonts/ttf/glb12.ttf.xml" embed-url="resources/fonts/ttf/glb12.ttf"> <font-triplet name="Gladiator" style="normal" weight="normal"/> <font-triplet name="Gladiator" style="normal" weight="bold"/> </font> - <font metrics-url="test/resources/fonts/ttf/glb12.ttf.ansi.xml" embed-url="test/resources/fonts/ttf/glb12.ttf"> + <font metrics-url="resources/fonts/ttf/glb12.ttf.ansi.xml" embed-url="resources/fonts/ttf/glb12.ttf"> <font-triplet name="Gladiator-Ansi" style="normal" weight="normal"/> <font-triplet name="Gladiator-Ansi" style="normal" weight="bold"/> </font> - <font metrics-url="test/resources/fonts/ttf/glb12.ttf.ansi.xml"> - <font-triplet name="Gladiator-Non-Embedded" style="normal" weight="normal"/> - <font-triplet name="Gladiator-Non-Embedded" style="normal" weight="bold"/> - </font> </fonts> </renderer> </renderers> |