Author: bvahdat Date: Fri Jan 27 12:33:01 2012 New Revision: 1236654 URL: http://svn.apache.org/viewvc?rev=1236654&view=rev Log: CAMEL-4942: Renamed the test case to better fit into its intention
Added: camel/trunk/components/camel-jaxb/src/test/java/org/apache/camel/example/FallbackTypeConverterShouldNotThrowExceptionTest.java - copied, changed from r1236615, camel/trunk/components/camel-jaxb/src/test/java/org/apache/camel/example/FallbackTypeConverterDoesNotThrowExceptionTest.java Removed: camel/trunk/components/camel-jaxb/src/test/java/org/apache/camel/example/FallbackTypeConverterDoesNotThrowExceptionTest.java Copied: camel/trunk/components/camel-jaxb/src/test/java/org/apache/camel/example/FallbackTypeConverterShouldNotThrowExceptionTest.java (from r1236615, camel/trunk/components/camel-jaxb/src/test/java/org/apache/camel/example/FallbackTypeConverterDoesNotThrowExceptionTest.java) URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-jaxb/src/test/java/org/apache/camel/example/FallbackTypeConverterShouldNotThrowExceptionTest.java?p2=camel/trunk/components/camel-jaxb/src/test/java/org/apache/camel/example/FallbackTypeConverterShouldNotThrowExceptionTest.java&p1=camel/trunk/components/camel-jaxb/src/test/java/org/apache/camel/example/FallbackTypeConverterDoesNotThrowExceptionTest.java&r1=1236615&r2=1236654&rev=1236654&view=diff ============================================================================== --- camel/trunk/components/camel-jaxb/src/test/java/org/apache/camel/example/FallbackTypeConverterDoesNotThrowExceptionTest.java (original) +++ camel/trunk/components/camel-jaxb/src/test/java/org/apache/camel/example/FallbackTypeConverterShouldNotThrowExceptionTest.java Fri Jan 27 12:33:01 2012 @@ -24,7 +24,7 @@ import org.apache.camel.builder.RouteBui import org.apache.camel.test.junit4.CamelTestSupport; import org.junit.Test; -public class FallbackTypeConverterDoesNotThrowExceptionTest extends CamelTestSupport { +public class FallbackTypeConverterShouldNotThrowExceptionTest extends CamelTestSupport { @Test public void testJaxbModel() throws InterruptedException {