You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by ng...@apache.org on 2008/07/29 09:24:48 UTC

svn commit: r680637 - /mina/ftpserver/trunk/core/src/test/java/org/apache/ftpserver/DefaultCommandFactoryTest.java

Author: ngn
Date: Tue Jul 29 00:24:47 2008
New Revision: 680637

URL: http://svn.apache.org/viewvc?rev=680637&view=rev
Log:
Failing a test to test the Hudson build

Modified:
    mina/ftpserver/trunk/core/src/test/java/org/apache/ftpserver/DefaultCommandFactoryTest.java

Modified: mina/ftpserver/trunk/core/src/test/java/org/apache/ftpserver/DefaultCommandFactoryTest.java
URL: http://svn.apache.org/viewvc/mina/ftpserver/trunk/core/src/test/java/org/apache/ftpserver/DefaultCommandFactoryTest.java?rev=680637&r1=680636&r2=680637&view=diff
==============================================================================
--- mina/ftpserver/trunk/core/src/test/java/org/apache/ftpserver/DefaultCommandFactoryTest.java (original)
+++ mina/ftpserver/trunk/core/src/test/java/org/apache/ftpserver/DefaultCommandFactoryTest.java Tue Jul 29 00:24:47 2008
@@ -32,6 +32,7 @@
 public class DefaultCommandFactoryTest extends TestCase {
 
 	public void testReturnFromDefaultUpper() {
+	    fail("Failing a test to test the Hudson build");
 		DefaultCommandFactory factory = new DefaultCommandFactory();
 		Command command = factory.getCommand("STOR");