aboutsummaryrefslogtreecommitdiffstats
path: root/test/layoutengine/standard-testcases/external-graphic_bmp.xml
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/layoutengine/standard-testcases/external-graphic_bmp.xml
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/layoutengine/standard-testcases/external-graphic_bmp.xml')
-rw-r--r--test/layoutengine/standard-testcases/external-graphic_bmp.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/layoutengine/standard-testcases/external-graphic_bmp.xml b/test/layoutengine/standard-testcases/external-graphic_bmp.xml
index 4e1a2d4b9..0c633c75d 100644
--- a/test/layoutengine/standard-testcases/external-graphic_bmp.xml
+++ b/test/layoutengine/standard-testcases/external-graphic_bmp.xml
@@ -33,11 +33,11 @@
<fo:flow flow-name="xsl-region-body">
<fo:block>BMP external-graphic 300dpi</fo:block>
<fo:block>
- <fo:external-graphic src="../../resources/images/bgimg300dpi.bmp"/>EOG
+ <fo:external-graphic src="../resources/images/bgimg300dpi.bmp"/>EOG
</fo:block>
<fo:block>BMP external-graphic 72dpi</fo:block>
<fo:block>
- <fo:external-graphic src="../../resources/images/bgimg72dpi.bmp"/>EOG
+ <fo:external-graphic src="../resources/images/bgimg72dpi.bmp"/>EOG
</fo:block>
<fo:block>EOF</fo:block>
</fo:flow>