This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/camel.git.
from 62d2444 CAMEL-16400: split unit and integration tests for camel-redis (#5366) add b26bf44 CAMEL-16400: split unit and integration tests for camel-xmpp (#5368) No new revisions were added by this update. Summary of changes: components/camel-xmpp/pom.xml | 106 ++++++--------------- .../camel/component/xmpp/GoogleTalkTest.java | 4 + .../XmppBaseIT.java} | 9 +- .../XmppMultiUserChatIT.java} | 4 +- .../XmppProducerConcurrentIT.java} | 4 +- .../XmppRouteChatIT.java} | 4 +- .../XmppRouteIT.java} | 11 ++- ...mppRouteMultipleProducersSingleConsumerIT.java} | 5 +- 8 files changed, 53 insertions(+), 94 deletions(-) rename components/camel-xmpp/src/test/java/org/apache/camel/component/xmpp/{XmppBaseTest.java => integration/XmppBaseIT.java} (77%) rename components/camel-xmpp/src/test/java/org/apache/camel/component/xmpp/{XmppMultiUserChatTest.java => integration/XmppMultiUserChatIT.java} (96%) rename components/camel-xmpp/src/test/java/org/apache/camel/component/xmpp/{XmppProducerConcurrentTest.java => integration/XmppProducerConcurrentIT.java} (95%) rename components/camel-xmpp/src/test/java/org/apache/camel/component/xmpp/{XmppRouteChatTest.java => integration/XmppRouteChatIT.java} (96%) rename components/camel-xmpp/src/test/java/org/apache/camel/component/xmpp/{XmppRouteTest.java => integration/XmppRouteIT.java} (92%) rename components/camel-xmpp/src/test/java/org/apache/camel/component/xmpp/{XmppRouteMultipleProducersSingleConsumerTest.java => integration/XmppRouteMultipleProducersSingleConsumerIT.java} (94%)