mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
+2
-1
@@ -70,7 +70,8 @@ class TestAotProcessorTests extends AbstractAotTests {
|
||||
|
||||
assertThat(findFiles(resourceOutput)).contains(
|
||||
"META-INF/native-image/org.example/app-tests/reflect-config.json",
|
||||
"META-INF/native-image/org.example/app-tests/resource-config.json");
|
||||
"META-INF/native-image/org.example/app-tests/resource-config.json",
|
||||
"META-INF/native-image/org.example/app-tests/proxy-config.json");
|
||||
}
|
||||
|
||||
private void copy(Class<?> testClass, Path destination) {
|
||||
|
||||
Reference in New Issue
Block a user