This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch regen_bot
in repository https://gitbox.apache.org/repos/asf/camel.git.
from 82652d1 CAMEL-16400: adjust manual integration tests for
camel-spring-redis (#5402)
add d5656b3 CAMEL-16400: adjust manual integration tests for camel-smpp
(#5404)
add c91840a CAMEL-16400: adjust manual integration tests for
camel-beanstalk (#5405)
No new revisions were added by this update.
Summary of changes:
components/camel-beanstalk/pom.xml | 25 +++++++---------------
...stSupport.java => BeanstalkCamelITSupport.java} | 5 +++--
...ionTest.java => BuryProducerIntegrationIT.java} | 5 ++++-
...grationTest.java => ConsumerIntegrationIT.java} | 5 ++++-
...nTest.java => DeleteProducerIntegrationIT.java} | 5 ++++-
...tionTest.java => PutProducerIntegrationIT.java} | 5 ++++-
...Test.java => ReleaseProducerIntegrationIT.java} | 5 ++++-
...onTest.java => TouchProducerIntegrationIT.java} | 5 ++++-
components/camel-smpp/pom.xml | 9 ++++++++
...grationTest.java => SmppComponentManualIT.java} | 2 +-
...nTest.java => SmppComponentSpringManualIT.java} | 2 +-
...est.java => SmppConsumerReconnectManualIT.java} | 2 +-
...est.java => SmppProducerReconnectManualIT.java} | 2 +-
13 files changed, 48 insertions(+), 29 deletions(-)
rename
components/camel-beanstalk/src/test/java/org/apache/camel/component/beanstalk/integration/{BeanstalkCamelTestSupport.java
=> BeanstalkCamelITSupport.java} (88%)
rename
components/camel-beanstalk/src/test/java/org/apache/camel/component/beanstalk/integration/{BuryProducerIntegrationTest.java
=> BuryProducerIntegrationIT.java} (92%)
rename
components/camel-beanstalk/src/test/java/org/apache/camel/component/beanstalk/integration/{ConsumerIntegrationTest.java
=> ConsumerIntegrationIT.java} (90%)
rename
components/camel-beanstalk/src/test/java/org/apache/camel/component/beanstalk/integration/{DeleteProducerIntegrationTest.java
=> DeleteProducerIntegrationIT.java} (91%)
rename
components/camel-beanstalk/src/test/java/org/apache/camel/component/beanstalk/integration/{PutProducerIntegrationTest.java
=> PutProducerIntegrationIT.java} (93%)
rename
components/camel-beanstalk/src/test/java/org/apache/camel/component/beanstalk/integration/{ReleaseProducerIntegrationTest.java
=> ReleaseProducerIntegrationIT.java} (91%)
rename
components/camel-beanstalk/src/test/java/org/apache/camel/component/beanstalk/integration/{TouchProducerIntegrationTest.java
=> TouchProducerIntegrationIT.java} (92%)
rename
components/camel-smpp/src/test/java/org/apache/camel/component/smpp/integration/{SmppComponentIntegrationTest.java
=> SmppComponentManualIT.java} (99%)
rename
components/camel-smpp/src/test/java/org/apache/camel/component/smpp/integration/{SmppComponentSpringIntegrationTest.java
=> SmppComponentSpringManualIT.java} (99%)
rename
components/camel-smpp/src/test/java/org/apache/camel/component/smpp/integration/{SmppConsumerReconnectIntegrationTest.java
=> SmppConsumerReconnectManualIT.java} (95%)
rename
components/camel-smpp/src/test/java/org/apache/camel/component/smpp/integration/{SmppProducerReconnectIntegrationTest.java
=> SmppProducerReconnectManualIT.java} (96%)