You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ni...@apache.org on 2013/08/06 13:11:11 UTC

[3/5] git commit: CAMEL-6609 polish the code of FailOverFeatureTest

CAMEL-6609 polish the code of FailOverFeatureTest


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

Branch: refs/heads/camel-2.11.x
Commit: de4d455eed3a936c1bc23a01a3acf77279ac6fdc
Parents: 3551f02
Author: Willem Jiang <ni...@apache.org>
Authored: Tue Aug 6 10:35:08 2013 +0800
Committer: Willem Jiang <ni...@apache.org>
Committed: Tue Aug 6 19:01:01 2013 +0800

----------------------------------------------------------------------
 .../org/apache/camel/component/cxf/FailOverFeatureTest.java     | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/de4d455e/components/camel-cxf/src/test/java/org/apache/camel/component/cxf/FailOverFeatureTest.java
----------------------------------------------------------------------
diff --git a/components/camel-cxf/src/test/java/org/apache/camel/component/cxf/FailOverFeatureTest.java b/components/camel-cxf/src/test/java/org/apache/camel/component/cxf/FailOverFeatureTest.java
index 4b7239a..f6c73a9 100644
--- a/components/camel-cxf/src/test/java/org/apache/camel/component/cxf/FailOverFeatureTest.java
+++ b/components/camel-cxf/src/test/java/org/apache/camel/component/cxf/FailOverFeatureTest.java
@@ -18,17 +18,14 @@ package org.apache.camel.component.cxf;
 
 import java.util.ArrayList;
 import java.util.List;
-import javax.xml.ws.Endpoint;
+
 import org.apache.camel.builder.RouteBuilder;
-import org.apache.camel.component.cxf.CxfEndpoint;
 import org.apache.camel.impl.DefaultCamelContext;
 import org.apache.camel.test.AvailablePortFinder;
 import org.apache.cxf.clustering.FailoverFeature;
 import org.apache.cxf.clustering.RandomStrategy;
 import org.apache.cxf.frontend.ClientProxyFactoryBean;
 import org.apache.cxf.frontend.ServerFactoryBean;
-import org.apache.cxf.jaxws.JaxWsProxyFactoryBean;
-import org.junit.After;
 import org.junit.Assert;
 import org.junit.BeforeClass;
 import org.junit.Test;