Polishing according latest SPR-4.0.0 fixes

* Remove `@Ignore` from `MongoDbMessageStoreTests#testInt3153SequenceDetails()`
* Revert generic for `SessionFactory` field in `SftpServerOutboundTests`
This commit is contained in:
Artem Bilan
2013-10-28 15:39:22 +02:00
parent a048170178
commit e57103466e
2 changed files with 2 additions and 3 deletions

View File

@@ -126,7 +126,7 @@ public class MongoDbMessageStoreTests extends MongoDbAvailableTests{
assertEquals("channel", fooChannelHistory.get("type"));
}
@Test @Ignore
@Test
@MongoDbAvailable
public void testInt3153SequenceDetails() throws Exception{
MongoDbFactory mongoDbFactory = this.prepareMongoFactory();

View File

@@ -87,9 +87,8 @@ public class SftpServerOutboundTests {
@Autowired
private DirectChannel inboundMGetRecursiveFiltered;
@SuppressWarnings("rawtypes")
@Autowired
private SessionFactory sessionFactory;
private SessionFactory<?> sessionFactory;
@Before
public void setup() throws Exception {