You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by de...@apache.org on 2007/07/06 10:19:53 UTC

svn commit: r553785 - /webservices/axis2/trunk/java/modules/fastinfoset/test/org/apache/axis2/fastinfoset/FastInfosetInputOutputTest.java

Author: deepal
Date: Fri Jul  6 01:19:52 2007
New Revision: 553785

URL: http://svn.apache.org/viewvc?view=rev&rev=553785
Log:
fixing FU build error

Modified:
    webservices/axis2/trunk/java/modules/fastinfoset/test/org/apache/axis2/fastinfoset/FastInfosetInputOutputTest.java

Modified: webservices/axis2/trunk/java/modules/fastinfoset/test/org/apache/axis2/fastinfoset/FastInfosetInputOutputTest.java
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/fastinfoset/test/org/apache/axis2/fastinfoset/FastInfosetInputOutputTest.java?view=diff&rev=553785&r1=553784&r2=553785
==============================================================================
--- webservices/axis2/trunk/java/modules/fastinfoset/test/org/apache/axis2/fastinfoset/FastInfosetInputOutputTest.java (original)
+++ webservices/axis2/trunk/java/modules/fastinfoset/test/org/apache/axis2/fastinfoset/FastInfosetInputOutputTest.java Fri Jul  6 01:19:52 2007
@@ -53,7 +53,7 @@
      * Then the initial XML file and the last XML will be compared to see whether they are the same.
      */
     public void testInputOutput() throws Exception {
-        String inputFile = "maven.xml";
+        String inputFile = "pom.xml";
         File outputFile = new File("output.xml");
         File tempFile = new File("test.bin");
 



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org