Merge branch '2.1.x'

This commit is contained in:
Andy Wilkinson
2019-09-22 11:30:51 +01:00
2 changed files with 1 additions and 1 deletions

View File

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