From d38b07b4504c8e832ffc0b1d3d5597e46b2ef20a Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Thu, 14 Nov 2019 15:37:30 +0100 Subject: [PATCH] Move JavaUtilLoggingConfigurer to web.reactive.fixtures package --- .../reactive/fixtures}/JavaUtilLoggingConfigurer.java | 2 +- .../services/org.junit.platform.launcher.TestExecutionListener | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename spring-webflux/src/test/java/org/springframework/{test_fixtures/logging => web/reactive/fixtures}/JavaUtilLoggingConfigurer.java (97%) diff --git a/spring-webflux/src/test/java/org/springframework/test_fixtures/logging/JavaUtilLoggingConfigurer.java b/spring-webflux/src/test/java/org/springframework/web/reactive/fixtures/JavaUtilLoggingConfigurer.java similarity index 97% rename from spring-webflux/src/test/java/org/springframework/test_fixtures/logging/JavaUtilLoggingConfigurer.java rename to spring-webflux/src/test/java/org/springframework/web/reactive/fixtures/JavaUtilLoggingConfigurer.java index 8a9285b5c0..2c555e16ad 100644 --- a/spring-webflux/src/test/java/org/springframework/test_fixtures/logging/JavaUtilLoggingConfigurer.java +++ b/spring-webflux/src/test/java/org/springframework/web/reactive/fixtures/JavaUtilLoggingConfigurer.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package org.springframework.test_fixtures.logging; +package org.springframework.web.reactive.fixtures; import java.io.InputStream; import java.util.logging.LogManager; diff --git a/spring-webflux/src/test/resources/META-INF/services/org.junit.platform.launcher.TestExecutionListener b/spring-webflux/src/test/resources/META-INF/services/org.junit.platform.launcher.TestExecutionListener index 7585af9070..fd231f292c 100644 --- a/spring-webflux/src/test/resources/META-INF/services/org.junit.platform.launcher.TestExecutionListener +++ b/spring-webflux/src/test/resources/META-INF/services/org.junit.platform.launcher.TestExecutionListener @@ -1 +1 @@ -org.springframework.test_fixtures.logging.JavaUtilLoggingConfigurer \ No newline at end of file +org.springframework.web.reactive.fixtures.JavaUtilLoggingConfigurer \ No newline at end of file