INT-1614 un-ignoring SessionFactoryTests

This commit is contained in:
Oleg Zhurakousky
2010-11-21 09:49:10 -05:00
parent eed3c792b4
commit 5bffcdc0df

View File

@@ -20,7 +20,6 @@ import static junit.framework.Assert.fail;
import java.lang.reflect.Field;
import org.apache.commons.net.ftp.FTPClient;
import org.junit.Ignore;
import org.junit.Test;
/**
@@ -30,7 +29,6 @@ import org.junit.Test;
public class SessionFactoryTests {
@Test
@Ignore // until we fix the issue with clientMode validation in ASF
public void testClientModes() throws Exception{
DefaultFtpSessionFactory sessionFactory = new DefaultFtpSessionFactory();
Field[] fields = FTPClient.class.getDeclaredFields();