You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2016/08/20 13:42:28 UTC

camel git commit: Deprecated testng, use junit instead which wwe maintain much more and works with a lot more.

Repository: camel
Updated Branches:
  refs/heads/master 93142d615 -> 24c92d464


Deprecated testng, use junit instead which wwe maintain much more and works with a lot more.


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

Branch: refs/heads/master
Commit: 24c92d46460dfd88443f146f7fd204053532a7e1
Parents: 93142d6
Author: Claus Ibsen <da...@apache.org>
Authored: Sat Aug 20 15:41:51 2016 +0200
Committer: Claus Ibsen <da...@apache.org>
Committed: Sat Aug 20 15:42:22 2016 +0200

----------------------------------------------------------------------
 components/camel-testng/pom.xml | 2 +-
 components/readme.adoc          | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/24c92d46/components/camel-testng/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-testng/pom.xml b/components/camel-testng/pom.xml
index 2ebcaf8..e08746c 100644
--- a/components/camel-testng/pom.xml
+++ b/components/camel-testng/pom.xml
@@ -26,7 +26,7 @@
 
     <artifactId>camel-testng</artifactId>
     <packaging>jar</packaging>
-    <name>Camel :: TestNG</name>
+    <name>Camel :: TestNG (deprecated)</name>
     <description>Camel Testing Library using TestNG</description>
 
     <properties>

http://git-wip-us.apache.org/repos/asf/camel/blob/24c92d46/components/readme.adoc
----------------------------------------------------------------------
diff --git a/components/readme.adoc b/components/readme.adoc
index 87f31f3..267d809 100644
--- a/components/readme.adoc
+++ b/components/readme.adoc
@@ -576,7 +576,7 @@ Other Components
 | Test CDI (camel-test-cdi) | Camel unit testing with CDI
 | Test Karaf (camel-test-karaf) | Camel integration testing with Apache Karaf
 | Test Spring (camel-test-spring) | Camel unit testing with Spring
-| TestNG (camel-testng) | Camel unit testing with TestNG
+| TestNG (camel-testng) | *deprecated* Camel unit testing with TestNG
 | UrlRewrite (camel-urlrewrite) | URL rewrite support for HTTP components
 | Zipkin (camel-zipkin) | Distributed message tracing using Zipkin
 |=======================================================================