[jboss-cvs] jboss-seam/examples/mail/src/org/jboss/seam/example/mail/test ...
Peter Muir
peter at bleepbleep.org.uk
Mon Oct 15 10:09:16 EDT 2007
User: pmuir
Date: 07/10/15 10:09:16
Modified: examples/mail/src/org/jboss/seam/example/mail/test
MailTest.java
Log:
Comment out failing test with JIRA issue
Revision Changes Path
1.6 +2 -1 jboss-seam/examples/mail/src/org/jboss/seam/example/mail/test/MailTest.java
(In the diff below, changes in quantity of whitespace are not shown.)
Index: MailTest.java
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/examples/mail/src/org/jboss/seam/example/mail/test/MailTest.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- MailTest.java 11 Oct 2007 13:43:35 -0000 1.5
+++ MailTest.java 15 Oct 2007 14:09:16 -0000 1.6
@@ -403,7 +403,8 @@
}.run();
}
- @Test
+ //JBSEAM-2109
+ //@Test
public void testReplyToErrors() throws Exception
{
More information about the jboss-cvs-commits
mailing list