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:35 UTC

[camel] 04/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 42caf0964ba0782484fe318d030fbe13a0673521
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Mar 27 12:02:27 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 86d6e12..39854c5 100644
--- a/docs/user-manual/modules/ROOT/pages/testing.adoc
+++ b/docs/user-manual/modules/ROOT/pages/testing.adoc
@@ -196,14 +196,9 @@ using XML Config]:
 
 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`
+https://github.com/apache/camel-karaf/blob/master/components/camel-test-blueprint/src/test/resources/org/apache/camel/test/blueprint/camelContext.xml[`camelContext.xml`
 in the package] to configure the test case which looks like this:
 
-[source,xml]
-----
-include::{examplesdir}/components/camel-test-blueprint/src/test/resources/org/apache/camel/test/blueprint/camelContext.xml[tags=example]
-----
-
 [[Testing-Testingendpoints]]
 == Testing endpoints