From d9a2b3c2bad9a7f1dce9be5dc76b22657c27e2df Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Sat, 22 Feb 2014 18:09:59 +0100 Subject: [PATCH] Deleted unused code in ContextLoaderUtilsActiveProfilesTests --- .../ContextLoaderUtilsActiveProfilesTests.java | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/spring-test/src/test/java/org/springframework/test/context/ContextLoaderUtilsActiveProfilesTests.java b/spring-test/src/test/java/org/springframework/test/context/ContextLoaderUtilsActiveProfilesTests.java index 781b2e2772..76e4e7b7bb 100644 --- a/spring-test/src/test/java/org/springframework/test/context/ContextLoaderUtilsActiveProfilesTests.java +++ b/spring-test/src/test/java/org/springframework/test/context/ContextLoaderUtilsActiveProfilesTests.java @@ -238,19 +238,6 @@ public class ContextLoaderUtilsActiveProfilesTests extends AbstractContextLoader private static @interface MetaAnimalsConfig { } - @ActiveProfiles - @Retention(RetentionPolicy.RUNTIME) - @Target(ElementType.TYPE) - // TODO Write test with @MetaProfilesWithOverrides. - private static @interface MetaProfilesWithOverrides { - - String[] profiles() default { "dog", "cat" }; - - Class resolver() default ActiveProfilesResolver.class; - - boolean inheritProfiles() default false; - } - @ActiveProfiles(resolver = TestClassVerifyingActiveProfilesResolver.class) @Retention(RetentionPolicy.RUNTIME) @Target(ElementType.TYPE)