Author: mes
Date: 2011-09-20 15:19:52 -0700 (Tue, 20 Sep 2011)
New Revision: 26895

Modified:
   
core3/impl/trunk/io-impl/src/test/java/org/cytoscape/io/internal/write/graphics/PDFWriterTest.java
Log:
fixed test output

Modified: 
core3/impl/trunk/io-impl/src/test/java/org/cytoscape/io/internal/write/graphics/PDFWriterTest.java
===================================================================
--- 
core3/impl/trunk/io-impl/src/test/java/org/cytoscape/io/internal/write/graphics/PDFWriterTest.java
  2011-09-20 22:13:36 UTC (rev 26894)
+++ 
core3/impl/trunk/io-impl/src/test/java/org/cytoscape/io/internal/write/graphics/PDFWriterTest.java
  2011-09-20 22:19:52 UTC (rev 26895)
@@ -34,7 +34,7 @@
        @Test
        public void itextLibTest() throws Exception {
                
-               final OutputStream os = new BufferedOutputStream(new 
FileOutputStream("itextTest.pdf"));
+               final OutputStream os = new BufferedOutputStream(new 
FileOutputStream("target/itextTest.pdf"));
                final Rectangle pageSize = PageSize.LETTER;
                final Document document = new Document(pageSize);
 

-- 
You received this message because you are subscribed to the Google Groups 
"cytoscape-cvs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/cytoscape-cvs?hl=en.

Reply via email to