Author: sgoeschl
Date: Wed Jan 5 17:38:39 2011
New Revision: 1055549
URL: http://svn.apache.org/viewvc?rev=1055549&view=rev
Log:
[EMAIL-101] Rolling back the changes because the patch breaks real emails and
disabled the test
Modified:
commons/proper/email/trunk/src/test/org/apache/commons/mail/HtmlEmailTest.java
Modified:
commons/proper/email/trunk/src/test/org/apache/commons/mail/HtmlEmailTest.java
URL:
http://svn.apache.org/viewvc/commons/proper/email/trunk/src/test/org/apache/commons/mail/HtmlEmailTest.java?rev=1055549&r1=1055548&r2=1055549&view=diff
==============================================================================
---
commons/proper/email/trunk/src/test/org/apache/commons/mail/HtmlEmailTest.java
(original)
+++
commons/proper/email/trunk/src/test/org/apache/commons/mail/HtmlEmailTest.java
Wed Jan 5 17:38:39 2011
@@ -619,9 +619,12 @@ public class HtmlEmailTest extends BaseE
* Test that the specified Content-ID is used when embedding a File
* object in an HtmlEmail.
*
+ * Rolled back the changes since they broke real emails therefore
+ * the test is currently disabled.
+ *
* see https://issues.apache.org/jira/browse/EMAIL-101
*/
- public void testEmbedFileWithCID() throws Exception
+ public void _testEmbedFileWithCID() throws Exception
{
//
====================================================================
// Test Success