Repository: servicemix Updated Branches: refs/heads/master 9aaca8f3d -> e8e389310
SM-2308: Add itest for camel-drools-blueprint example (Cherry picked from the commit 660b02bc9a7bc183d4d42b705e381204e90fcf24) Project: http://git-wip-us.apache.org/repos/asf/servicemix/repo Commit: http://git-wip-us.apache.org/repos/asf/servicemix/commit/e8e38931 Tree: http://git-wip-us.apache.org/repos/asf/servicemix/tree/e8e38931 Diff: http://git-wip-us.apache.org/repos/asf/servicemix/diff/e8e38931 Branch: refs/heads/master Commit: e8e389310f343d19da80984e056c1ceca7468322 Parents: 9aaca8f Author: Krzysztof Sobkowiak <[email protected]> Authored: Sat May 24 18:18:09 2014 +0200 Committer: Krzysztof Sobkowiak <[email protected]> Committed: Sat May 24 19:43:09 2014 +0200 ---------------------------------------------------------------------- .../apache/servicemix/itests/ExamplesIntegrationTests.scala | 7 +++++++ 1 file changed, 7 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix/blob/e8e38931/itests/src/test/scala/org/apache/servicemix/itests/ExamplesIntegrationTests.scala ---------------------------------------------------------------------- diff --git a/itests/src/test/scala/org/apache/servicemix/itests/ExamplesIntegrationTests.scala b/itests/src/test/scala/org/apache/servicemix/itests/ExamplesIntegrationTests.scala index deeacbb..9d81bc5 100644 --- a/itests/src/test/scala/org/apache/servicemix/itests/ExamplesIntegrationTests.scala +++ b/itests/src/test/scala/org/apache/servicemix/itests/ExamplesIntegrationTests.scala @@ -91,6 +91,13 @@ class CamelExamplesTest extends ExamplesIntegrationTests { } @Test + def testCamelDroolsBlueprintExample = testWithFeature("examples-camel-drools-blueprint") { + expect { + logging.containsEvent( _.getLoggerName == "ServeDrink" ) + } + } + + @Test def testCamelOsgiExample : Unit = testWithFeature("examples-camel-osgi") { expect { logging.containsMessage(line => line.contains("JavaDSL set body"))
