This is an automated email from the ASF dual-hosted git repository.
orpiske pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new ab4c19b9465 CAMEL-19685: added missing test annotations in undertow
(#10943)
ab4c19b9465 is described below
commit ab4c19b94656f1e3cb85f230ff60803c663cd15e
Author: Otavio Rodolfo Piske <[email protected]>
AuthorDate: Tue Aug 1 15:56:28 2023 +0200
CAMEL-19685: added missing test annotations in undertow (#10943)
---
.../apache/camel/component/undertow/DefaultUndertowHttpBindingTest.java | 2 ++
1 file changed, 2 insertions(+)
diff --git
a/components/camel-undertow/src/test/java/org/apache/camel/component/undertow/DefaultUndertowHttpBindingTest.java
b/components/camel-undertow/src/test/java/org/apache/camel/component/undertow/DefaultUndertowHttpBindingTest.java
index 6898851bb90..31961701e68 100644
---
a/components/camel-undertow/src/test/java/org/apache/camel/component/undertow/DefaultUndertowHttpBindingTest.java
+++
b/components/camel-undertow/src/test/java/org/apache/camel/component/undertow/DefaultUndertowHttpBindingTest.java
@@ -52,6 +52,7 @@ public class DefaultUndertowHttpBindingTest {
}
@Timeout(1)
+ @Test
public void readEntireMultiDelayedPayload() throws Exception {
String[] delayedPayloads = new String[] {
"",
@@ -72,6 +73,7 @@ public class DefaultUndertowHttpBindingTest {
}
@Timeout(1)
+ @Test
public void readEntireMultiDelayedWithPausePayload() throws Exception {
String[] delayedPayloads = new String[] {
"",