Commit 2de7b3af authored by Andy Wilkinson's avatar Andy Wilkinson

Merge branch '2.1.x'

parents 30c05b2b e5f26a4f
......@@ -66,7 +66,7 @@ class QuartzDataSourceInitializerTests {
void commentPrefixCanBeCustomized() {
this.contextRunner.withUserConfiguration(TestConfiguration.class).withPropertyValues(
"spring.quartz.jdbc.comment-prefix=**",
"spring.quartz.jdbc.schema=classpath:org/springframework/boot/autoconfigure/quartz/tables_**_comments.sql")
"spring.quartz.jdbc.schema=classpath:org/springframework/boot/autoconfigure/quartz/tables_custom_comment_prefix.sql")
.run(this::assertThatDataSourceHasBeenInitialized);
}
......
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