Hi Just by chance I realized that a bunch of camel-ftp unit-tests are broken. The reason is that the path prefix usage of FTP_ROOT_DIR has been only removed while sending through the ProducerTemplate but *not* while asserting on a condition, here an example:
https://svn.apache.org/repos/asf/camel/trunk/components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/sftp/SftpSimpleProduceTest.java The corresponding revision: http://svn.apache.org/viewvc?view=revision&revision=1206371 @Hadrian: What was your idea to "only produce output in the target directory"? What would be the benefit of it? Would you have time to resolve these broken tests? If not I could take this over. I think we should also backport the fix both to the 2.10.x & 2.9.x branches as well. @Claus: Do you maybe remember what the problem in 2010 exactly was at the time you had to @Ignore("Disabled due CI servers fails on full build running with these tests") by bunch of these tests. Shouldn't we maybe try to "reactivate" these tests to see how Jenkins would behave *today* so that we've some regression-tests we could count on, as it was just a matter of luck that I realized this. I know, build time on CI-Server will still take longer but I think better to have a slower train than a broken one. Thoughts? Babak -- View this message in context: http://camel.465427.n5.nabble.com/About-the-camel-ftp-unit-tests-which-are-broken-tp5717372.html Sent from the Camel Development mailing list archive at Nabble.com.