You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gi...@apache.org on 2021/04/11 17:55:44 UTC

[camel] branch regen_bot updated (ca36ab6 -> aabbf59)

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 ca36ab6  Regen for commit bc6240f39a1f2fd81f6e7b9e2a5b1905284f99fa
     add aabbf59  CAMEL-16400: split unit and integration tests for camel-couchbase (#5333)

No new revisions were added by this update.

Summary of changes:
 components/camel-couchbase/pom.xml                 | 57 +++-------------------
 .../ConsumeMessagesWithLimitIT.java}               |  4 +-
 .../CouchbaseIntegrationTestBase.java              |  2 +-
 .../ProduceMessagesSimpleIT.java}                  |  5 +-
 .../ProduceMessagesWithAutoIDIT.java}              |  4 +-
 .../RemoveMessagesIT.java}                         |  4 +-
 6 files changed, 18 insertions(+), 58 deletions(-)
 rename components/camel-couchbase/src/test/java/org/apache/camel/component/couchbase/{ConsumeMessagesWithLimitTest.java => integration/ConsumeMessagesWithLimitIT.java} (93%)
 rename components/camel-couchbase/src/test/java/org/apache/camel/component/couchbase/{ => integration}/CouchbaseIntegrationTestBase.java (98%)
 rename components/camel-couchbase/src/test/java/org/apache/camel/component/couchbase/{ProduceMessagesSimpleTest.java => integration/ProduceMessagesSimpleIT.java} (90%)
 rename components/camel-couchbase/src/test/java/org/apache/camel/component/couchbase/{ProduceMessagesWithAutoIDTest.java => integration/ProduceMessagesWithAutoIDIT.java} (92%)
 rename components/camel-couchbase/src/test/java/org/apache/camel/component/couchbase/{RemoveMessagesTest.java => integration/RemoveMessagesIT.java} (94%)