template.sendBodyAndHeader(fileUrl, "Godday World", Exchange.FILE_NAME, "sub/sub2/godday.txt");
}
public void testMultiDir() throws Exception {
MockEndpoint mock = getMockEndpoint("mock:result");
mock.expectedBodiesReceivedInAnyOrder("Bye World", "Hello World", "Godday World");
mock.expectedFileExists("target/multidir/.done/bye.txt.old");
mock.expectedFileExists("target/multidir/.done/sub/hello.txt.old");
mock.expectedFileExists("target/multidir/.done/sub/sub2/godday.txt.old");