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/19 16:51:00 UTC

[camel] branch regen_bot updated (9ad9db7 -> b9c807f)

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 9ad9db7  CAMEL-16400: split unit and integration tests for camel-weather (#5433)
     add b9c807f  CAMEL-16400: split unit and integration tests for camel-servicenow (#5429)

No new revisions were added by this update.

Summary of changes:
 .../camel-servicenow-component/pom.xml             | 32 ++--------------------
 ...chmentTest.java => ServiceNowAttachmentIT.java} |  5 +++-
 ...=> ServiceNowComponentVerifierExtensionIT.java} |  7 +++--
 ...est.java => ServiceNowComponentVerifierIT.java} |  7 +++--
 .../{ServiceNowTest.java => ServiceNowIT.java}     |  5 +++-
 ...owTestSupport.java => ServiceNowITSupport.java} |  8 +++---
 ...portSetTest.java => ServiceNowImportSetIT.java} |  2 +-
 ...est.java => ServiceNowMetaDataExtensionIT.java} |  9 ++++--
 ...orecardTest.java => ServiceNowScorecardIT.java} |  5 +++-
 ...ogTest.java => ServiceNowServiceCatalogIT.java} |  5 +++-
 ...iceNowTableTest.java => ServiceNowTableIT.java} |  5 +++-
 .../src/test/resources/log4j2.properties           |  2 +-
 12 files changed, 44 insertions(+), 48 deletions(-)
 rename components/camel-servicenow/camel-servicenow-component/src/test/java/org/apache/camel/component/servicenow/{ServiceNowAttachmentTest.java => ServiceNowAttachmentIT.java} (95%)
 rename components/camel-servicenow/camel-servicenow-component/src/test/java/org/apache/camel/component/servicenow/{ServiceNowComponentVerifierExtensionTest.java => ServiceNowComponentVerifierExtensionIT.java} (95%)
 rename components/camel-servicenow/camel-servicenow-component/src/test/java/org/apache/camel/component/servicenow/{ServiceNowComponentVerifierTest.java => ServiceNowComponentVerifierIT.java} (95%)
 rename components/camel-servicenow/camel-servicenow-component/src/test/java/org/apache/camel/component/servicenow/{ServiceNowTest.java => ServiceNowIT.java} (97%)
 rename components/camel-servicenow/camel-servicenow-component/src/test/java/org/apache/camel/component/servicenow/{ServiceNowTestSupport.java => ServiceNowITSupport.java} (96%)
 rename components/camel-servicenow/camel-servicenow-component/src/test/java/org/apache/camel/component/servicenow/{ServiceNowImportSetTest.java => ServiceNowImportSetIT.java} (98%)
 rename components/camel-servicenow/camel-servicenow-component/src/test/java/org/apache/camel/component/servicenow/{ServiceNowMetaDataExtensionTest.java => ServiceNowMetaDataExtensionIT.java} (92%)
 rename components/camel-servicenow/camel-servicenow-component/src/test/java/org/apache/camel/component/servicenow/{ServiceNowScorecardTest.java => ServiceNowScorecardIT.java} (89%)
 rename components/camel-servicenow/camel-servicenow-component/src/test/java/org/apache/camel/component/servicenow/{ServiceNowServiceCatalogTest.java => ServiceNowServiceCatalogIT.java} (92%)
 rename components/camel-servicenow/camel-servicenow-component/src/test/java/org/apache/camel/component/servicenow/{ServiceNowTableTest.java => ServiceNowTableIT.java} (97%)