r2929 - branches/pollen-1.2.3-1.2.x/pollen-ui/src/test/java/org/chorem/pollen/ui/utils
Author: echatellier Date: 2010-03-11 17:46:41 +0100 (Thu, 11 Mar 2010) New Revision: 2929 Log: Disable test. (send real mail :) ) Modified: branches/pollen-1.2.3-1.2.x/pollen-ui/src/test/java/org/chorem/pollen/ui/utils/SendMailTest.java Modified: branches/pollen-1.2.3-1.2.x/pollen-ui/src/test/java/org/chorem/pollen/ui/utils/SendMailTest.java =================================================================== --- branches/pollen-1.2.3-1.2.x/pollen-ui/src/test/java/org/chorem/pollen/ui/utils/SendMailTest.java 2010-03-11 16:20:23 UTC (rev 2928) +++ branches/pollen-1.2.3-1.2.x/pollen-ui/src/test/java/org/chorem/pollen/ui/utils/SendMailTest.java 2010-03-11 16:46:41 UTC (rev 2929) @@ -29,7 +29,7 @@ import org.chorem.pollen.ui.services.Configuration; import org.chorem.pollen.ui.services.ConfigurationImpl; import org.junit.BeforeClass; -import org.junit.Test; +import org.junit.Ignore; /** * Class for send mail storage class. @@ -40,6 +40,7 @@ * Last update : $Date$ * By : $Author$ */ +@Ignore public class SendMailTest { protected static Configuration configuration; @@ -61,7 +62,14 @@ Thread.sleep(3000); } - @Test + /** + * Test to add mail and send mail. + * + * WARNING : This test really send mail, don't set it automatic. + * + * @throws IOException + * @throws InterruptedException + */ public void testAddMail() throws IOException, InterruptedException { List<Map<String, String>> mailList = new ArrayList<Map<String,String>>();
participants (1)
-
echatellier@users.chorem.org