Polishing
This commit is contained in:
@@ -40,7 +40,7 @@ import static org.assertj.core.api.Assertions.assertThat;
|
||||
@SpringJUnitConfig({BasicTestConfiguration.class, ManagementConfiguration.class})
|
||||
@TestPropertySource(properties = "test.engine = jupiter")
|
||||
// We cannot use `classpath*:` in AOT tests until gh-31088 is resolved.
|
||||
// @YamlTestProperties("classpath*:org/springframework/test/context/aot/samples/basic/**/test?.yaml")
|
||||
// @YamlTestProperties("classpath*:**/aot/samples/basic/test?.yaml")
|
||||
@YamlTestProperties({
|
||||
"classpath:org/springframework/test/context/aot/samples/basic/test1.yaml",
|
||||
"classpath:org/springframework/test/context/aot/samples/basic/test2.yaml"
|
||||
|
||||
@@ -50,7 +50,7 @@ import static org.springframework.test.context.TestExecutionListeners.MergeMode.
|
||||
@TestExecutionListeners(listeners = DummyTestExecutionListener.class, mergeMode = MERGE_WITH_DEFAULTS)
|
||||
@TestPropertySource(properties = "test.engine = jupiter")
|
||||
// We cannot use `classpath*:` in AOT tests until gh-31088 is resolved.
|
||||
// @YamlTestProperties("classpath*:org/springframework/test/context/aot/samples/basic/**/test?.yaml")
|
||||
// @YamlTestProperties("classpath*:**/aot/samples/basic/test?.yaml")
|
||||
@YamlTestProperties({
|
||||
"classpath:org/springframework/test/context/aot/samples/basic/test1.yaml",
|
||||
"classpath:org/springframework/test/context/aot/samples/basic/test2.yaml"
|
||||
|
||||
Reference in New Issue
Block a user