aboutsummaryrefslogtreecommitdiffstats
path: root/test/test.xconf
diff options
context:
space:
mode:
authorMehdi Houshmand <mehdi@apache.org>2012-05-31 08:33:36 +0000
committerMehdi Houshmand <mehdi@apache.org>2012-05-31 08:33:36 +0000
commiteccd73c523bdda6a0634e9849141492f7b14ad63 (patch)
tree72f06ec1481249bdd639083ee646b3c3fd4be7a4 /test/test.xconf
parent05761b1df54ada8a762bfa879dc0e3455d33d828 (diff)
downloadxmlgraphics-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.xconf9
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>