Merge branch '1.1.x'

This commit is contained in:
Andy Wilkinson
2015-01-29 13:39:16 +00:00

View File

@@ -87,7 +87,7 @@ public class SampleIntegrationParentApplicationTests {
private Resource[] findResources() throws IOException {
return ResourcePatternUtils.getResourcePatternResolver(
new DefaultResourceLoader()).getResources("file:target/output/**");
new DefaultResourceLoader()).getResources("file:target/output/**/*.msg");
}
private String readResources(Resource[] resources) throws IOException {