You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-integration-core/src/test/java/org/springframework/integration/aggregator/integration/AggregatorIntegrationTests.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
* Copyright 2002-2015 the original author or authors.
2
+
* Copyright 2002-2017 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
@@ -243,7 +243,7 @@ public void testZeroGroupTimeoutExpressionScheduling() throws Exception {
Copy file name to clipboardExpand all lines: spring-integration-core/src/test/java/org/springframework/integration/transformer/ContentEnricherTests.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
* Copyright 2002-2014 the original author or authors.
2
+
* Copyright 2002-2017 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
@@ -180,7 +180,7 @@ public void requestChannelSendTimingOut() {
180
180
enricher.handleMessage(requestMessage);
181
181
}
182
182
catch (MessageDeliveryExceptione) {
183
-
assertEquals("failed to send message to channel '" + requestChannelName
183
+
assertEquals("Failed to send message to channel '" + requestChannelName
184
184
+ "' within timeout: " + requestTimeout, e.getMessage());
Copy file name to clipboardExpand all lines: spring-integration-scripting/src/test/java/org/springframework/integration/scripting/config/jsr223/Jsr223InboundChannelAdapterTests.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
* Copyright 2013 the original author or authors.
2
+
* Copyright 2013-2017 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
@@ -59,7 +59,7 @@ public void testInt2867InboundChannelAdapter() throws Exception {
0 commit comments