Upgrade to Gradle 3.4.1 and fix typo

This commit is contained in:
Artem Bilan
2017-03-09 15:02:25 -05:00
parent 4c4c67d665
commit cdb68123db
3 changed files with 3 additions and 3 deletions

Binary file not shown.

View File

@@ -1,6 +1,6 @@
#Thu Mar 09 14:11:01 EST 2017
#Thu Mar 09 15:00:04 EST 2017
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-3.3-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-3.4.1-bin.zip

View File

@@ -65,7 +65,7 @@ public class S3InboundChannelAdapterParserTests {
private SessionFactory<?> s3SessionFactory;
@Test
public void testFtpInboundChannelAdapterComplete() throws Exception {
public void testS3InboundChannelAdapterComplete() throws Exception {
assertThat(TestUtils.getPropertyValue(this.s3Inbound, "autoStartup", Boolean.class)).isFalse();
PriorityBlockingQueue<?> blockingQueue = TestUtils.getPropertyValue(this.s3Inbound,
"source.fileSource.toBeReceived", PriorityBlockingQueue.class);