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:
@@ -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();
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user