Browse Source

[SPR-7960] Initial support for @ActivateProfiles in tests.

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@4387 50f2f4bb-b051-0410-bef5-90022cba6387
pull/1/merge
Sam Brannen 15 years ago
parent
commit
4e52a6da68
  1. 2
      org.springframework.test/src/main/java/org/springframework/test/context/ActivateProfiles.java

2
org.springframework.test/src/main/java/org/springframework/test/context/ActivateProfiles.java

@ -61,7 +61,7 @@ public @interface ActivateProfiles { @@ -61,7 +61,7 @@ public @interface ActivateProfiles {
String[] profiles() default {};
/**
* TODO Document inheritLocations.
* TODO Document inheritProfiles.
*/
boolean inheritProfiles() default true;

Loading…
Cancel
Save