Author: janstey Date: Thu Jan 28 19:21:38 2010 New Revision: 904220 URL: http://svn.apache.org/viewvc?rev=904220&view=rev Log: fix CS
Modified: camel/trunk/tests/camel-itest/src/test/java/org/apache/camel/itest/ibatis/LoggingPipelineTest.java camel/trunk/tests/camel-itest/src/test/java/org/apache/camel/itest/ibatis/TransactedExceptionClauseAfterTransactedTagTest.java camel/trunk/tests/camel-itest/src/test/java/org/apache/camel/itest/ibatis/TransactedFullExampleTest.java camel/trunk/tests/camel-itest/src/test/java/org/apache/camel/itest/ibatis/TransactedTryCatchTest.java Modified: camel/trunk/tests/camel-itest/src/test/java/org/apache/camel/itest/ibatis/LoggingPipelineTest.java URL: http://svn.apache.org/viewvc/camel/trunk/tests/camel-itest/src/test/java/org/apache/camel/itest/ibatis/LoggingPipelineTest.java?rev=904220&r1=904219&r2=904220&view=diff ============================================================================== --- camel/trunk/tests/camel-itest/src/test/java/org/apache/camel/itest/ibatis/LoggingPipelineTest.java (original) +++ camel/trunk/tests/camel-itest/src/test/java/org/apache/camel/itest/ibatis/LoggingPipelineTest.java Thu Jan 28 19:21:38 2010 @@ -16,6 +16,9 @@ */ package org.apache.camel.itest.ibatis; +import static junit.framework.Assert.assertEquals; +import static junit.framework.Assert.assertFalse; + import org.apache.camel.CamelExecutionException; import org.apache.camel.EndpointInject; import org.apache.camel.Exchange; @@ -30,9 +33,6 @@ import org.springframework.context.support.ClassPathXmlApplicationContext; import org.springframework.test.annotation.DirtiesContext; -import static junit.framework.Assert.assertEquals; -import static junit.framework.Assert.assertFalse; - /** * @version $Revision$ */ @@ -96,4 +96,4 @@ } } -} \ No newline at end of file +} Modified: camel/trunk/tests/camel-itest/src/test/java/org/apache/camel/itest/ibatis/TransactedExceptionClauseAfterTransactedTagTest.java URL: http://svn.apache.org/viewvc/camel/trunk/tests/camel-itest/src/test/java/org/apache/camel/itest/ibatis/TransactedExceptionClauseAfterTransactedTagTest.java?rev=904220&r1=904219&r2=904220&view=diff ============================================================================== --- camel/trunk/tests/camel-itest/src/test/java/org/apache/camel/itest/ibatis/TransactedExceptionClauseAfterTransactedTagTest.java (original) +++ camel/trunk/tests/camel-itest/src/test/java/org/apache/camel/itest/ibatis/TransactedExceptionClauseAfterTransactedTagTest.java Thu Jan 28 19:21:38 2010 @@ -16,6 +16,9 @@ */ package org.apache.camel.itest.ibatis; +import static junit.framework.Assert.assertEquals; +import static junit.framework.Assert.assertFalse; + import org.apache.camel.CamelExecutionException; import org.apache.camel.EndpointInject; import org.apache.camel.Exchange; @@ -30,9 +33,6 @@ import org.springframework.context.support.ClassPathXmlApplicationContext; import org.springframework.test.annotation.DirtiesContext; -import static junit.framework.Assert.assertEquals; -import static junit.framework.Assert.assertFalse; - /** * @version $Revision$ */ @@ -100,4 +100,4 @@ } } -} \ No newline at end of file +} Modified: camel/trunk/tests/camel-itest/src/test/java/org/apache/camel/itest/ibatis/TransactedFullExampleTest.java URL: http://svn.apache.org/viewvc/camel/trunk/tests/camel-itest/src/test/java/org/apache/camel/itest/ibatis/TransactedFullExampleTest.java?rev=904220&r1=904219&r2=904220&view=diff ============================================================================== --- camel/trunk/tests/camel-itest/src/test/java/org/apache/camel/itest/ibatis/TransactedFullExampleTest.java (original) +++ camel/trunk/tests/camel-itest/src/test/java/org/apache/camel/itest/ibatis/TransactedFullExampleTest.java Thu Jan 28 19:21:38 2010 @@ -16,6 +16,9 @@ */ package org.apache.camel.itest.ibatis; +import static junit.framework.Assert.assertEquals; +import static junit.framework.Assert.assertFalse; + import org.apache.camel.CamelExecutionException; import org.apache.camel.EndpointInject; import org.apache.camel.Exchange; @@ -30,9 +33,6 @@ import org.springframework.context.support.ClassPathXmlApplicationContext; import org.springframework.test.annotation.DirtiesContext; -import static junit.framework.Assert.assertEquals; -import static junit.framework.Assert.assertFalse; - /** * @version $Revision$ */ @@ -128,4 +128,4 @@ } } -} \ No newline at end of file +} Modified: camel/trunk/tests/camel-itest/src/test/java/org/apache/camel/itest/ibatis/TransactedTryCatchTest.java URL: http://svn.apache.org/viewvc/camel/trunk/tests/camel-itest/src/test/java/org/apache/camel/itest/ibatis/TransactedTryCatchTest.java?rev=904220&r1=904219&r2=904220&view=diff ============================================================================== --- camel/trunk/tests/camel-itest/src/test/java/org/apache/camel/itest/ibatis/TransactedTryCatchTest.java (original) +++ camel/trunk/tests/camel-itest/src/test/java/org/apache/camel/itest/ibatis/TransactedTryCatchTest.java Thu Jan 28 19:21:38 2010 @@ -16,6 +16,9 @@ */ package org.apache.camel.itest.ibatis; +import static junit.framework.Assert.assertEquals; +import static junit.framework.Assert.assertFalse; + import org.apache.camel.CamelExecutionException; import org.apache.camel.EndpointInject; import org.apache.camel.Exchange; @@ -30,9 +33,6 @@ import org.springframework.context.support.ClassPathXmlApplicationContext; import org.springframework.test.annotation.DirtiesContext; -import static junit.framework.Assert.assertEquals; -import static junit.framework.Assert.assertFalse; - /** * @version $Revision$ */ @@ -108,4 +108,4 @@ } } -} \ No newline at end of file +}