On Tue, Apr 28, 2009 at 10:10 AM, zigo <[email protected]> wrote: > > I have just downloaded Camel 2.0-M1 sources on my Mac (OS X 10.5.6) and > issued 'mvn install'. > > The test org.apache.camel.converter.IOConverterTest fails because of a > trailing line feed character in test file > apache-camel-2.0-M1/src/camel-core/src/test/resources/org/apache/camel/converter/dummy.txt > > Removing that character (or modifying the test case) solves the problem. Hi
Strange. The source from SVN does not have a new line at the end of the dummy.txt file. Maybe the maven release goals tamper with the files :) > > Alberto > -- > View this message in context: > http://www.nabble.com/Camel-2.0-M1-JUnit-tests-fail-tp23272290p23272290.html > Sent from the Camel - Users mailing list archive at Nabble.com. > > -- Claus Ibsen Apache Camel Committer Open Source Integration: http://fusesource.com Blog: http://davsclaus.blogspot.com/ Twitter: http://twitter.com/davsclaus Apache Camel Reference Card: http://refcardz.dzone.com/refcardz/enterprise-integration
