You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commons-dev@ws.apache.org by ve...@apache.org on 2009/05/21 23:35:04 UTC

svn commit: r777272 - in /webservices/commons/trunk/modules/axiom/modules: axiom-api/src/test/java/org/apache/axiom/attachments/ axiom-api/src/test/resources/mtom/ axiom-tests/src/test/java/org/apache/axiom/attachments/ axiom-tests/test-resources/mtom/

Author: veithen
Date: Thu May 21 21:35:04 2009
New Revision: 777272

URL: http://svn.apache.org/viewvc?rev=777272&view=rev
Log:
Moved the unit tests for IncomingAttachment(Streams|InputStream) to the right module.

Added:
    webservices/commons/trunk/modules/axiom/modules/axiom-api/src/test/java/org/apache/axiom/attachments/IncomingAttachmentTest.java
      - copied, changed from r776395, webservices/commons/trunk/modules/axiom/modules/axiom-tests/src/test/java/org/apache/axiom/attachments/IncomingAttachmentInputTest.java
    webservices/commons/trunk/modules/axiom/modules/axiom-api/src/test/resources/mtom/
      - copied from r776395, webservices/commons/trunk/modules/axiom/modules/axiom-tests/test-resources/mtom/
Removed:
    webservices/commons/trunk/modules/axiom/modules/axiom-tests/src/test/java/org/apache/axiom/attachments/IncomingAttachmentInputTest.java
    webservices/commons/trunk/modules/axiom/modules/axiom-tests/test-resources/mtom/

Copied: webservices/commons/trunk/modules/axiom/modules/axiom-api/src/test/java/org/apache/axiom/attachments/IncomingAttachmentTest.java (from r776395, webservices/commons/trunk/modules/axiom/modules/axiom-tests/src/test/java/org/apache/axiom/attachments/IncomingAttachmentInputTest.java)
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-api/src/test/java/org/apache/axiom/attachments/IncomingAttachmentTest.java?p2=webservices/commons/trunk/modules/axiom/modules/axiom-api/src/test/java/org/apache/axiom/attachments/IncomingAttachmentTest.java&p1=webservices/commons/trunk/modules/axiom/modules/axiom-tests/src/test/java/org/apache/axiom/attachments/IncomingAttachmentInputTest.java&r1=776395&r2=777272&rev=777272&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/modules/axiom-tests/src/test/java/org/apache/axiom/attachments/IncomingAttachmentInputTest.java (original)
+++ webservices/commons/trunk/modules/axiom/modules/axiom-api/src/test/java/org/apache/axiom/attachments/IncomingAttachmentTest.java Thu May 21 21:35:04 2009
@@ -27,12 +27,7 @@
 
 /** Test the PartOnFile class */
 
-public class IncomingAttachmentInputTest extends AbstractTestCase {
-
-    public IncomingAttachmentInputTest(String testName) {
-        super(testName);
-    }
-
+public class IncomingAttachmentTest extends AbstractTestCase {
     String inMimeFileName = "mtom/MTOMAttachmentStream.bin";
     String contentTypeString =
             "multipart/related; boundary=\"MIMEBoundaryurn:uuid:A3ADBAEE51A1A87B2A11443668160701\"; type=\"application/xop+xml\"; start=\"<0....@apache.org>\"; start-info=\"application/soap+xml\"; charset=UTF-8;action=\"mtomSample\"";