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/layoutengine/standard-testcases/external-graphic_bmp.xml | |
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/layoutengine/standard-testcases/external-graphic_bmp.xml')
-rw-r--r-- | test/layoutengine/standard-testcases/external-graphic_bmp.xml | 4 |
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> |