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 2016/06/08 15:03:04 UTC

[1/2] camel git commit: Moved testing blueprint and camel-test in Testing section of Gitbook

Repository: camel
Updated Branches:
  refs/heads/master 3fbb367ec -> 192c557ec


Moved testing blueprint and camel-test in Testing section of Gitbook


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/458df0ac
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/458df0ac
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/458df0ac

Branch: refs/heads/master
Commit: 458df0ac94c74e9f877492ace7c0c350de5f286b
Parents: 3fbb367
Author: Andrea Cosentino <an...@gmail.com>
Authored: Wed Jun 8 17:00:39 2016 +0200
Committer: Andrea Cosentino <an...@gmail.com>
Committed: Wed Jun 8 17:00:39 2016 +0200

----------------------------------------------------------------------
 docs/user-manual/en/SUMMARY.md   | 4 ++--
 docs/user-manual/en/testing.adoc | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/458df0ac/docs/user-manual/en/SUMMARY.md
----------------------------------------------------------------------
diff --git a/docs/user-manual/en/SUMMARY.md b/docs/user-manual/en/SUMMARY.md
index 67ecd7b..9903778 100644
--- a/docs/user-manual/en/SUMMARY.md
+++ b/docs/user-manual/en/SUMMARY.md
@@ -265,8 +265,6 @@
     * [Swagger](swagger.adoc)
     * [Swagger Java](swagger-java.adoc)
     * [Telegram](telegram.adoc)
-    * [Test](test.adoc)
-    * [Test Blueprint](test-blueprint.adoc)
     * [Twitter](twitter.adoc)
     * [Websocket](websocket.adoc)
     * [XML Security](xmlsecurity.adoc)
@@ -301,4 +299,6 @@
 * User Guide
     * [Karaf](karaf.adoc)
     * [Testing](testing.adoc)
+        * [Test](test.adoc)
+        * [Test Blueprint](test-blueprint.adoc)
         * [CDI Testing](cdi-testing.adoc)

http://git-wip-us.apache.org/repos/asf/camel/blob/458df0ac/docs/user-manual/en/testing.adoc
----------------------------------------------------------------------
diff --git a/docs/user-manual/en/testing.adoc b/docs/user-manual/en/testing.adoc
index f1ca22c..87cbc6f 100644
--- a/docs/user-manual/en/testing.adoc
+++ b/docs/user-manual/en/testing.adoc
@@ -65,7 +65,7 @@ parity with the plain JUnit 3.x/4.x based testing approach. Notice
 older Camel release use `camel-test` which has built-in
 link:spring-testing.html[Spring Testing].
 
-|link:blueprint-testing.html[Blueprint Testing] |camel-test-blueprint
+|link:test-blueprint.html[Blueprint Testing] |camel-test-blueprint
 |*Camel 2.10:* Provides the ability to do unit testing on blueprint
 configurations
 


[2/2] camel git commit: Renamed link to Cdi-Testing in Testing page of Gitbook

Posted by ac...@apache.org.
Renamed link to Cdi-Testing in Testing page of Gitbook


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/192c557e
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/192c557e
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/192c557e

Branch: refs/heads/master
Commit: 192c557ec2752f6fcdf0c8f4ff37d3d4676aa1f8
Parents: 458df0a
Author: Andrea Cosentino <an...@gmail.com>
Authored: Wed Jun 8 17:02:30 2016 +0200
Committer: Andrea Cosentino <an...@gmail.com>
Committed: Wed Jun 8 17:02:30 2016 +0200

----------------------------------------------------------------------
 docs/user-manual/en/testing.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/192c557e/docs/user-manual/en/testing.adoc
----------------------------------------------------------------------
diff --git a/docs/user-manual/en/testing.adoc b/docs/user-manual/en/testing.adoc
index 87cbc6f..79a9814 100644
--- a/docs/user-manual/en/testing.adoc
+++ b/docs/user-manual/en/testing.adoc
@@ -44,7 +44,7 @@ link:dependency-injection.html[Dependency Injection]�which does not
 require an in-depth knowledge of CDI, Spring + Spring Test or Guice.
 Supports JUnit 3.x (deprecated) and JUnit 4.x based tests.
 
-|link:camel-test-cdi.html[CDI Testing] |camel-test-cdi | Provides a JUnit 4
+|link:cdi-testing.html[CDI Testing] |camel-test-cdi | Provides a JUnit 4
 runner that bootstraps a test environment using CDI so that you don't have
 to be familiar with any CDI testing frameworks and can concentrate on the
 testing logic of your Camel CDI applications. +