Merge branch '2.1.x'

pull/18321/head
Andy Wilkinson 5 years ago
commit 2de7b3af4a

@ -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);
}

Loading…
Cancel
Save