You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ff...@apache.org on 2007/12/05 04:37:57 UTC

svn commit: r601201 - in /servicemix/branches/servicemix-4.0/camel/src/test/java/org/apache/servicemix/camel: SmxToCxfSpringTest.java SmxToCxfTest.java

Author: ffang
Date: Tue Dec  4 19:37:56 2007
New Revision: 601201

URL: http://svn.apache.org/viewvc?rev=601201&view=rev
Log:
make checkstyle comfortable

Modified:
    servicemix/branches/servicemix-4.0/camel/src/test/java/org/apache/servicemix/camel/SmxToCxfSpringTest.java
    servicemix/branches/servicemix-4.0/camel/src/test/java/org/apache/servicemix/camel/SmxToCxfTest.java

Modified: servicemix/branches/servicemix-4.0/camel/src/test/java/org/apache/servicemix/camel/SmxToCxfSpringTest.java
URL: http://svn.apache.org/viewvc/servicemix/branches/servicemix-4.0/camel/src/test/java/org/apache/servicemix/camel/SmxToCxfSpringTest.java?rev=601201&r1=601200&r2=601201&view=diff
==============================================================================
--- servicemix/branches/servicemix-4.0/camel/src/test/java/org/apache/servicemix/camel/SmxToCxfSpringTest.java (original)
+++ servicemix/branches/servicemix-4.0/camel/src/test/java/org/apache/servicemix/camel/SmxToCxfSpringTest.java Tue Dec  4 19:37:56 2007
@@ -23,7 +23,7 @@
 import org.springframework.context.support.ClassPathXmlApplicationContext;
 
 public class SmxToCxfSpringTest extends SmxToCxfTest {
-protected AbstractXmlApplicationContext applicationContext;
+	protected AbstractXmlApplicationContext applicationContext;
     
     @Override
     protected void setUp() throws Exception {

Modified: servicemix/branches/servicemix-4.0/camel/src/test/java/org/apache/servicemix/camel/SmxToCxfTest.java
URL: http://svn.apache.org/viewvc/servicemix/branches/servicemix-4.0/camel/src/test/java/org/apache/servicemix/camel/SmxToCxfTest.java?rev=601201&r1=601200&r2=601201&view=diff
==============================================================================
--- servicemix/branches/servicemix-4.0/camel/src/test/java/org/apache/servicemix/camel/SmxToCxfTest.java (original)
+++ servicemix/branches/servicemix-4.0/camel/src/test/java/org/apache/servicemix/camel/SmxToCxfTest.java Tue Dec  4 19:37:56 2007
@@ -29,8 +29,7 @@
 import org.apache.cxf.frontend.ClientFactoryBean;
 import org.apache.cxf.frontend.ClientProxyFactoryBean;
 import org.apache.cxf.frontend.ServerFactoryBean;
-import org.apache.servicemix.nmr.api.NMR;
-import org.apache.servicemix.nmr.core.ServiceMix;
+
 
 
 
@@ -45,9 +44,7 @@
     
     private ServerImpl server;
     private CamelContext camelContext;
-    private ServiceMixComponent smxComponent;
-    private NMR nmr;
-    
+       
     
     @Override
     protected void setUp() throws Exception {