]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Fixed Testcase.
authorJoerg Pietschmann <pietsch@apache.org>
Sat, 27 Sep 2003 20:57:48 +0000 (20:57 +0000)
committerJoerg Pietschmann <pietsch@apache.org>
Sat, 27 Sep 2003 20:57:48 +0000 (20:57 +0000)
Some style changes.
Replace FIXME with TODO

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196939 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/fop/area/extensions/BookmarkData.java
src/java/org/apache/fop/fo/EnumProperty.java
src/java/org/apache/fop/fo/extensions/svg/SVGElement.java
src/java/org/apache/fop/render/ps/PSXMLHandler.java
src/java/org/apache/fop/rtf/renderer/RTFHandler.java
test/java/org/apache/fop/BasicDriverTestCase.java

index f8afe55154e5de4907ba358f013eb1e0b6b73c36..cbad4d3d67aad0809b217ed015c3b99d45810417 100644 (file)
@@ -251,8 +251,7 @@ public class BookmarkData implements Resolveable, TreeExt {
             if (pages != null) {
                 pageRef = (PageViewport)pages.get(0);
             }
-            // TODO
-            // get rect area of id on page
+            // TODO get rect area of id on page
 
             idRefs.remove(idRef);
             checkFinish();
index ed3bbfde8828d7e88dae75e4683a53a485e3d73c..b23c8ec5a4449cd3545945e470a36193d3459002 100644 (file)
@@ -115,7 +115,7 @@ public class EnumProperty extends Property {
      * @return this.value cast as an Object
      */
     public Object getObject() {
-        // FIXME: return String value: property must reference maker
+        // TODO return String value: property must reference maker
         // return maker.getEnumValue(this.value);
         return new Integer(this.value);
     }
index 41d0b7a1f82a53e192dbd796e895c9fdd62dfea4..17903aae290a9e26d57931705819b70e6866970e 100644 (file)
@@ -106,7 +106,7 @@ public class SVGElement extends SVGObj {
      */
     public Point2D getDimension(final Point2D view) {
 
-        // TODO - change so doesn't hold onto fo,area tree
+        // TODO change so doesn't hold onto fo, area tree
         Element svgRoot = element;
         /* create an SVG area */
         /* if width and height are zero, get the bounds of the content. */
index 66b74d5c1b6d27dd049ef323e387785c61169a93..c500fe9c491e615ba4971f43854d61e80b94a55d 100644 (file)
@@ -68,7 +68,6 @@ import org.apache.batik.gvt.GraphicsNode;
 import org.apache.batik.gvt.TextPainter;
 
 // FOP
-import org.apache.fop.apps.Document;
 import org.apache.fop.render.XMLHandler;
 import org.apache.fop.render.RendererContext;
 import org.apache.fop.fo.extensions.svg.SVGUserAgent;
index 67435d4f1f980cd826b282f2a817a28ded0f676d..6319390b22135a67dbc85d9ce4cac9f4e10df57f 100644 (file)
@@ -151,13 +151,13 @@ public class RTFHandler extends FOInputHandler {
      * @see org.apache.fop.fo.FOInputHandler#startDocument()
      */
     public void startDocument() throws SAXException {
-        // FIXME sections should be created
+        // TODO sections should be created
         try {
             rtfFile = new RtfFile(new OutputStreamWriter(os));
             docArea = rtfFile.startDocumentArea();
         } catch (IOException ioe) {
-            // FIXME could we throw Exception in all FOInputHandler events?
-            throw new SAXException("IOException: " + ioe);
+            // TODO could we throw Exception in all FOInputHandler events?
+            throw new SAXException(ioe);
         }
     }
 
@@ -168,8 +168,8 @@ public class RTFHandler extends FOInputHandler {
         try {
             rtfFile.flush();
         } catch (IOException ioe) {
-            // FIXME could we throw Exception in all FOInputHandler events?
-            throw new SAXException("IOException: " + ioe);
+            // TODO could we throw Exception in all FOInputHandler events?
+            throw new SAXException(ioe);
         }
     }
 
@@ -184,9 +184,9 @@ public class RTFHandler extends FOInputHandler {
             bHeaderSpecified = false;
             bFooterSpecified = false;
         } catch (IOException ioe) {
-            // FIXME could we throw Exception in all FOInputHandler events?
+            // TODO could we throw Exception in all FOInputHandler events?
             log.error("startPageSequence: " + ioe.getMessage());
-            throw new Error("IOException: " + ioe);
+            //TODO throw new FOPException(ioe);
         }
     }
 
@@ -311,7 +311,7 @@ public class RTFHandler extends FOInputHandler {
 
             builderContext.pushContainer(para);
         } catch (IOException ioe) {
-            // FIXME could we throw Exception in all FOInputHandler events?
+            // TODO could we throw Exception in all FOInputHandler events?
             log.error("startBlock: " + ioe.getMessage());
             throw new Error("IOException: " + ioe);
         } catch (Exception e) {
index 6e3f122b2e0a845938a783963af51efb4df1832b..0838ef1ad033b8f7be553a686a5e81dc7534419d 100644 (file)
@@ -71,7 +71,6 @@ import org.apache.avalon.framework.logger.NullLogger;
 import org.apache.commons.io.output.ByteArrayOutputStream;
 import org.apache.fop.apps.Driver;
 import org.apache.fop.apps.InputHandler;
-import org.apache.fop.apps.TraxInputHandler;
 import org.apache.fop.apps.XSLTInputHandler;
 import org.w3c.dom.Document;
 
@@ -207,29 +206,9 @@ public class BasicDriverTestCase extends AbstractFOPTestCase {
         driver.setRenderer(Driver.RENDER_PDF);
         
         InputHandler handler = new XSLTInputHandler(xmlFile, xsltFile);
-        handler.run(driver);
+        driver.render(handler);
         
         assertTrue("Generated PDF has zero length", baout.size() > 0);
     }
 
-    /**
-     * Tests Driver with TraxInputHandler and OutputStream.
-     * @throws Exception if anything fails
-     */
-    public void testFO2PDFWithTraxInputHandler() throws Exception {
-        File xmlFile = new File(getBaseDir(), "test/xml/1.xml");
-        File xsltFile = new File(getBaseDir(), "test/xsl/doc.xsl");
-        ByteArrayOutputStream baout = new ByteArrayOutputStream();
-        Driver driver = new Driver();
-        ContainerUtil.enableLogging(driver, this.logger);
-        driver.setOutputStream(baout);
-        driver.setRenderer(Driver.RENDER_PDF);
-        
-        InputHandler handler = new TraxInputHandler(xmlFile, xsltFile);
-        handler.run(driver);
-        
-        assertTrue("Generated PDF has zero length", baout.size() > 0);
-    }
-
-
 }