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/01/05 17:52:21 UTC

[3/4] camel git commit: fixed wrong name

fixed wrong name


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

Branch: refs/heads/master
Commit: c978bbd7dbc41ddbfa2aee6f1b095fec6b880cc0
Parents: b43c01c
Author: Askannon <as...@flexarc.com>
Authored: Tue Jan 5 15:05:59 2016 +0100
Committer: Claus Ibsen <da...@apache.org>
Committed: Tue Jan 5 17:40:45 2016 +0100

----------------------------------------------------------------------
 .../src/test/java/org/apache/camel/model/LoadRestFromXmlTest.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/c978bbd7/camel-core/src/test/java/org/apache/camel/model/LoadRestFromXmlTest.java
----------------------------------------------------------------------
diff --git a/camel-core/src/test/java/org/apache/camel/model/LoadRestFromXmlTest.java b/camel-core/src/test/java/org/apache/camel/model/LoadRestFromXmlTest.java
index 5258ea0..38fe66a 100644
--- a/camel-core/src/test/java/org/apache/camel/model/LoadRestFromXmlTest.java
+++ b/camel-core/src/test/java/org/apache/camel/model/LoadRestFromXmlTest.java
@@ -41,7 +41,7 @@ public class LoadRestFromXmlTest extends ContextTestSupport {
         return jndi;
     }
 	
-    public void testLoadRouteFromXml() throws Exception {
+    public void testLoadRestFromXml() throws Exception {
         assertNotNull("Existing foo route should be there", context.getRoute("foo"));
         
         assertEquals(2, context.getRoutes().size());