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 12:15:16 UTC

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

Author: ngn
Date: Tue Jul 29 03:15:14 2008
New Revision: 680659

URL: http://svn.apache.org/viewvc?rev=680659&view=rev
Log:
Removing failed test for the Hudson test

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=680659&r1=680658&r2=680659&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 03:15:14 2008
@@ -32,7 +32,6 @@
 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");