Commit 71cd1926 authored by Dave Syer's avatar Dave Syer

Fix test on command line

parent a7368fcd
...@@ -59,7 +59,7 @@ public class ConditionalOnResourceTests { ...@@ -59,7 +59,7 @@ public class ConditionalOnResourceTests {
} }
@Configuration @Configuration
@ConditionalOnResource(resources = "logback-test.xml") @ConditionalOnResource(resources = "schemq.sqlt")
protected static class BasicConfiguration { protected static class BasicConfiguration {
@Bean @Bean
public String foo() { public String foo() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment