Author: bago
Date: Sat Apr 28 08:45:35 2007
New Revision: 533363
URL: http://svn.apache.org/viewvc?view=rev&rev=533363
Log:
Added some missing expected result for previously added tests.
Added:
james/mime4j/trunk/src/test/resources/testmsgs/simple-attachment_decoded.xml
james/mime4j/trunk/src/test/resources/testmsgs/simple-attachment_decoded_1_2.bin
(with props)
Added:
james/mime4j/trunk/src/test/resources/testmsgs/simple-attachment_decoded.xml
URL:
http://svn.apache.org/viewvc/james/mime4j/trunk/src/test/resources/testmsgs/simple-attachment_decoded.xml?view=auto&rev=533363
==============================================================================
---
james/mime4j/trunk/src/test/resources/testmsgs/simple-attachment_decoded.xml
(added)
+++
james/mime4j/trunk/src/test/resources/testmsgs/simple-attachment_decoded.xml
Sat Apr 28 08:45:35 2007
@@ -0,0 +1,46 @@
+<message>
+<header>
+<field>
+Date: Fri, 27 Apr 2007 16:08:23 +0200</field>
+<field>
+From: Foo Bar <[EMAIL PROTECTED]></field>
+<field>
+MIME-Version: 1.0</field>
+<field>
+To: [EMAIL PROTECTED]</field>
+<field>
+Subject: Here is the attachment I was waiting for.</field>
+<field>
+Content-Type: multipart/mixed;
+ boundary="------------090404080405080108000909"</field>
+</header>
+<multipart>
+<preamble>
+This is a multi-part message in MIME format.</preamble>
+<body-part>
+<header>
+<field>
+Content-Type: text/plain; charset=ISO-8859-15</field>
+<field>
+Content-Transfer-Encoding: 7bit</field>
+</header>
+<text-body name="simple-attachment_decoded_1_1.txt"/>
+</body-part>
+<body-part>
+<header>
+<field>
+Content-Type: application/octet-stream;
+ name="data.bin"</field>
+<field>
+Content-Transfer-Encoding: base64</field>
+<field>
+Content-Disposition: attachment;
+ filename="data.bin"</field>
+</header>
+<binary-body name="simple-attachment_decoded_1_2.bin"/>
+</body-part>
+<epilogue>
+
+</epilogue>
+</multipart>
+</message>
Added:
james/mime4j/trunk/src/test/resources/testmsgs/simple-attachment_decoded_1_2.bin
URL:
http://svn.apache.org/viewvc/james/mime4j/trunk/src/test/resources/testmsgs/simple-attachment_decoded_1_2.bin?view=auto&rev=533363
==============================================================================
Binary file - no diff available.
Propchange:
james/mime4j/trunk/src/test/resources/testmsgs/simple-attachment_decoded_1_2.bin
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]