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 63de01f CAMEL-16400: split unit and integration tests for camel-mongodb (#5355) add 40c083e CAMEL-16400: split unit and integration tests for camel-mongodb-gridfs (#5356) No new revisions were added by this update. Summary of changes: components/camel-mongodb-gridfs/pom.xml | 79 ++++------------------ .../AbstractMongoDbITSupport.java} | 4 +- .../GridFsConsumerIT.java} | 5 +- .../GridFsProducerOperationsIT.java} | 6 +- 4 files changed, 22 insertions(+), 72 deletions(-) rename components/camel-mongodb-gridfs/src/test/java/org/apache/camel/component/mongodb/gridfs/{AbstractMongoDbTest.java => integration/AbstractMongoDbITSupport.java} (94%) rename components/camel-mongodb-gridfs/src/test/java/org/apache/camel/component/mongodb/gridfs/{GridFsConsumerTest.java => integration/GridFsConsumerIT.java} (96%) rename components/camel-mongodb-gridfs/src/test/java/org/apache/camel/component/mongodb/gridfs/{GridFsProducerOperationsTest.java => integration/GridFsProducerOperationsIT.java} (95%)