You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by th...@apache.org on 2005/06/28 06:32:06 UTC

svn commit: r202126 - /webservices/axis/trunk/java/modules/xml/test/org/apache/axis/attachments/ImageSampleTest.java

Author: thilina
Date: Mon Jun 27 21:32:05 2005
New Revision: 202126

URL: http://svn.apache.org/viewcvs?rev=202126&view=rev
Log:
small file name change

Modified:
    webservices/axis/trunk/java/modules/xml/test/org/apache/axis/attachments/ImageSampleTest.java

Modified: webservices/axis/trunk/java/modules/xml/test/org/apache/axis/attachments/ImageSampleTest.java
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/xml/test/org/apache/axis/attachments/ImageSampleTest.java?rev=202126&r1=202125&r2=202126&view=diff
==============================================================================
--- webservices/axis/trunk/java/modules/xml/test/org/apache/axis/attachments/ImageSampleTest.java (original)
+++ webservices/axis/trunk/java/modules/xml/test/org/apache/axis/attachments/ImageSampleTest.java Mon Jun 27 21:32:05 2005
@@ -64,9 +64,9 @@
 	
 	String outBase64FileName = "mtom/OMSerializeBase64Out.xml";
 	
-	String imageInFileName = "mtom/img/Waterlilies.jpg";
+	String imageInFileName = "mtom/img/test.jpg";
 	
-	String imageOutFileName = "mtom/img/WaterliliesOut.jpg";
+	String imageOutFileName = "mtom/img/testOut.jpg";
 	
 	String inMimeFileName = "mtom/ImageMTOMOut.bin";