You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/03/27 11:26:34 UTC

[camel] 03/06: CAMEL-14715 - Removed Camel-Test-Blueprint now in camel-karaf (camel-karaf migration), refs in docs

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

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 33e3ce5589edf89ba9c1209f1e9187e221e9e483
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Mar 27 12:00:44 2020 +0100

    CAMEL-14715 - Removed Camel-Test-Blueprint now in camel-karaf (camel-karaf migration), refs in docs
---
 docs/user-manual/modules/ROOT/pages/testing.adoc | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/docs/user-manual/modules/ROOT/pages/testing.adoc b/docs/user-manual/modules/ROOT/pages/testing.adoc
index 46d3c1f..86d6e12 100644
--- a/docs/user-manual/modules/ROOT/pages/testing.adoc
+++ b/docs/user-manual/modules/ROOT/pages/testing.adoc
@@ -191,14 +191,9 @@ of annotations you can use in your tests.
 === Blueprint Test
 
 Here is the Blueprint Testing
-https://github.com/apache/camel/blob/master/components/camel-test-blueprint/src/test/java/org/apache/camel/test/blueprint/DebugBlueprintTest.java[example
+https://github.com/apache/camel-karaf/blob/master/components/camel-test-blueprint/src/test/java/org/apache/camel/test/blueprint/DebugBlueprintTest.java[example
 using XML Config]:
 
-[source,java]
-----
-include::{examplesdir}/components/camel-test-blueprint/src/test/java/org/apache/camel/test/blueprint/DebugBlueprintTest.java[tags=example]
-----
-
 Also notice the use of `getBlueprintDescriptors` to indicate that by
 default we should look for the
 https://github.com/apache/camel/blob/master/components/camel-test-blueprint/src/test/resources/org/apache/camel/test/blueprint/camelContext.xml[`camelContext.xml`