You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@axis.apache.org by gd...@apache.org on 2010/08/19 18:02:42 UTC

svn commit: r987207 - /axis/axis2/java/core/branches/java/1_5/modules/fastinfoset/test/org/apache/axis2/fastinfoset/FastInfosetInputOutputTest.java

Author: gdaniels
Date: Thu Aug 19 16:02:42 2010
New Revision: 987207

URL: http://svn.apache.org/viewvc?rev=987207&view=rev
Log:
Put output files in target directory so they get cleaned up and don't interfere with release work.

Modified:
    axis/axis2/java/core/branches/java/1_5/modules/fastinfoset/test/org/apache/axis2/fastinfoset/FastInfosetInputOutputTest.java

Modified: axis/axis2/java/core/branches/java/1_5/modules/fastinfoset/test/org/apache/axis2/fastinfoset/FastInfosetInputOutputTest.java
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/java/1_5/modules/fastinfoset/test/org/apache/axis2/fastinfoset/FastInfosetInputOutputTest.java?rev=987207&r1=987206&r2=987207&view=diff
==============================================================================
--- axis/axis2/java/core/branches/java/1_5/modules/fastinfoset/test/org/apache/axis2/fastinfoset/FastInfosetInputOutputTest.java (original)
+++ axis/axis2/java/core/branches/java/1_5/modules/fastinfoset/test/org/apache/axis2/fastinfoset/FastInfosetInputOutputTest.java Thu Aug 19 16:02:42 2010
@@ -48,8 +48,8 @@ public class FastInfosetInputOutputTest 
      */
     public void testInputOutput() throws Exception {
         String inputFile = "pom.xml";
-        File outputFile = new File("output.xml");
-        File tempFile = new File("test.bin");
+        File outputFile = new File("target/output.xml");
+        File tempFile = new File("target/test.bin");
 
         try {
             // first let's read the xml document in to Axiom