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");
                


Reply via email to