This is an automated email from the ASF dual-hosted git repository.

nfilotto pushed a change to branch 276/integration-test-framework
in repository https://gitbox.apache.org/repos/asf/camel-karaf.git


    from 2bad511e Add the CamelRouteSupplier
     add 9edd4911 Move camel-seda and camel-file into same module

No new revisions were added by this update.

Summary of changes:
 .../camel/itests/AbstractCamelRouteITest.java      |  8 +++
 ...tCamelSingleComponentResultFileBasedRoute.java} | 34 +++++++++---
 ...elSingleComponentResultFileBasedRouteITest.java | 55 +++----------------
 ...tCamelSingleComponentResultMockBasedRoute.java} | 46 +++++++++-------
 ...elSingleComponentResultMockBasedRouteITest.java | 23 +++-----
 .../AbstractCamelSingleComponentRouteITest.java    | 54 +++----------------
 .../CamelSingleComponentResultFileBasedRoute.java  | 56 +++++++++++++++++++
 .../CamelSingleComponentResultMockBasedRoute.java  | 28 ++++++++++
 .../camel/itests/CamelSingleComponentRoute.java    | 62 ++++++++++++++++++++++
 .../components/{camel-file => camel-core}/pom.xml  |  6 +--
 .../apache/karaf/camel/test/CamelFileITest.java}   | 17 +++---
 .../karaf/camel/test/CamelFileRouteSupplier.java   |  0
 .../apache/karaf/camel/test/CamelSedaITest.java}   | 21 ++++----
 .../karaf/camel/test/CamelSedaRouteSupplier.java   |  0
 .../apache/karaf/camel/itests/CamelCoreITest.java} | 28 ++++++----
 .../camel/itests/CamelElasticsearchITest.java      |  2 +-
 .../apache/karaf/camel/itests/CamelFileITest.java  | 38 -------------
 .../apache/karaf/camel/itests/CamelJettyITest.java |  3 +-
 tests/components/camel-seda/pom.xml                | 34 ------------
 tests/components/pom.xml                           |  3 +-
 20 files changed, 271 insertions(+), 247 deletions(-)
 copy 
tests/camel-integration-test/src/main/java/org/apache/karaf/camel/itests/{AbstractCamelSingleComponentResultFileBasedRouteSupplier.java
 => AbstractCamelSingleComponentResultFileBasedRoute.java} (53%)
 copy 
tests/camel-integration-test/src/main/java/org/apache/karaf/camel/itests/{AbstractCamelSingleComponentResultMockBasedRouteITest.java
 => AbstractCamelSingleComponentResultMockBasedRoute.java} (52%)
 create mode 100644 
tests/camel-integration-test/src/main/java/org/apache/karaf/camel/itests/CamelSingleComponentResultFileBasedRoute.java
 create mode 100644 
tests/camel-integration-test/src/main/java/org/apache/karaf/camel/itests/CamelSingleComponentResultMockBasedRoute.java
 create mode 100644 
tests/camel-integration-test/src/main/java/org/apache/karaf/camel/itests/CamelSingleComponentRoute.java
 rename tests/components/{camel-file => camel-core}/pom.xml (91%)
 copy 
tests/{camel-integration-test/src/main/java/org/apache/karaf/camel/itests/AbstractCamelSingleComponentResultMockBasedRouteSupplier.java
 => 
components/camel-core/src/main/java/org/apache/karaf/camel/test/CamelFileITest.java}
 (61%)
 rename tests/components/{camel-file => 
camel-core}/src/main/java/org/apache/karaf/camel/test/CamelFileRouteSupplier.java
 (100%)
 copy 
tests/{camel-integration-test/src/main/java/org/apache/karaf/camel/itests/AbstractCamelSingleComponentResultFileBasedRouteSupplier.java
 => 
components/camel-core/src/main/java/org/apache/karaf/camel/test/CamelSedaITest.java}
 (60%)
 rename tests/components/{camel-seda => 
camel-core}/src/main/java/org/apache/karaf/camel/test/CamelSedaRouteSupplier.java
 (100%)
 rename 
tests/components/{camel-seda/src/test/java/org/apache/karaf/camel/itests/CamelSedaITest.java
 => camel-core/src/test/java/org/apache/karaf/camel/itests/CamelCoreITest.java} 
(61%)
 delete mode 100644 
tests/components/camel-file/src/test/java/org/apache/karaf/camel/itests/CamelFileITest.java
 delete mode 100644 tests/components/camel-seda/pom.xml

Reply via email to