Repository: servicemix Updated Branches: refs/heads/servicemix-5.1.x 0248ca8f9 -> 660b02bc9
SM-2308: Add itest for camel-drools-blueprint example Project: http://git-wip-us.apache.org/repos/asf/servicemix/repo Commit: http://git-wip-us.apache.org/repos/asf/servicemix/commit/660b02bc Tree: http://git-wip-us.apache.org/repos/asf/servicemix/tree/660b02bc Diff: http://git-wip-us.apache.org/repos/asf/servicemix/diff/660b02bc Branch: refs/heads/servicemix-5.1.x Commit: 660b02bc9a7bc183d4d42b705e381204e90fcf24 Parents: 0248ca8 Author: Krzysztof Sobkowiak <[email protected]> Authored: Sat May 24 18:18:09 2014 +0200 Committer: Krzysztof Sobkowiak <[email protected]> Committed: Sat May 24 18:18:09 2014 +0200 ---------------------------------------------------------------------- .../apache/servicemix/itests/ExamplesIntegrationTests.scala | 7 +++++++ 1 file changed, 7 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix/blob/660b02bc/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"))
