Author: jeremias
Date: Wed Oct 29 01:56:00 2008
New Revision: 708838

URL: http://svn.apache.org/viewvc?rev=708838&view=rev
Log:
Test case for WMF images. Useful also for visual testing.

Added:
    
xmlgraphics/fop/trunk/test/layoutengine/standard-testcases/external-graphic_wmf.xml
   (with props)

Added: 
xmlgraphics/fop/trunk/test/layoutengine/standard-testcases/external-graphic_wmf.xml
URL: 
http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/test/layoutengine/standard-testcases/external-graphic_wmf.xml?rev=708838&view=auto
==============================================================================
--- 
xmlgraphics/fop/trunk/test/layoutengine/standard-testcases/external-graphic_wmf.xml
 (added)
+++ 
xmlgraphics/fop/trunk/test/layoutengine/standard-testcases/external-graphic_wmf.xml
 Wed Oct 29 01:56:00 2008
@@ -0,0 +1,49 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<!-- $Id$ -->
+<testcase>
+  <info>
+    <p>
+      This test checks external-graphics and in particular WMF images.
+    </p>
+  </info>
+  <fo>
+    <fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format";>
+      <fo:layout-master-set>
+        <fo:simple-page-master master-name="normal" page-width="5in" 
page-height="5in">
+          <fo:region-body/>
+        </fo:simple-page-master>
+      </fo:layout-master-set>
+      <fo:page-sequence master-reference="normal">
+        <fo:flow flow-name="xsl-region-body">
+          <fo:block>WMF external-graphic</fo:block>
+          <fo:block>
+            <fo:external-graphic src="../../resources/images/testChart.wmf" 
content-width="40%"/>EOG
+          </fo:block>
+          <fo:block>EOF</fo:block>
+        </fo:flow>
+      </fo:page-sequence>
+    </fo:root>
+  </fo>
+  <checks>
+    <eval expected="316800" tolerance="10" 
xpath="//flow/block[2]/lineArea/viewport/@ipd"/>
+    <eval expected="316800" tolerance="10" 
xpath="//flow/block[2]/lineArea/viewport/@ipda"/>
+    <eval expected="244800" tolerance="10" 
xpath="//flow/block[2]/lineArea/viewport/@bpd"/>
+    <eval expected="244800" tolerance="10" 
xpath="//flow/block[2]/lineArea/viewport/@bpda"/>
+  </checks>
+</testcase>

Propchange: 
xmlgraphics/fop/trunk/test/layoutengine/standard-testcases/external-graphic_wmf.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
xmlgraphics/fop/trunk/test/layoutengine/standard-testcases/external-graphic_wmf.xml
------------------------------------------------------------------------------
    svn:keywords = Id



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to