From 5bffcdc0df1125ea48d52a5183e91bbaf0255777 Mon Sep 17 00:00:00 2001 From: Oleg Zhurakousky Date: Sun, 21 Nov 2010 09:49:10 -0500 Subject: [PATCH] INT-1614 un-ignoring SessionFactoryTests --- .../integration/ftp/session/SessionFactoryTests.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/spring-integration-ftp/src/test/java/org/springframework/integration/ftp/session/SessionFactoryTests.java b/spring-integration-ftp/src/test/java/org/springframework/integration/ftp/session/SessionFactoryTests.java index 009eebeb64..a940fcacae 100644 --- a/spring-integration-ftp/src/test/java/org/springframework/integration/ftp/session/SessionFactoryTests.java +++ b/spring-integration-ftp/src/test/java/org/springframework/integration/ftp/session/SessionFactoryTests.java @@ -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();