Use the defined constant in MergedContextConfiguration

Closes gh-1037
master
Johnny Lim 9 years ago committed by Stephane Nicoll
parent 368f29d5bc
commit c402932ba1
  1. 2
      spring-test/src/main/java/org/springframework/test/context/MergedContextConfiguration.java

@ -245,7 +245,7 @@ public class MergedContextConfiguration implements Serializable {
MergedContextConfiguration parent) { MergedContextConfiguration parent) {
this(testClass, locations, classes, contextInitializerClasses, activeProfiles, this(testClass, locations, classes, contextInitializerClasses, activeProfiles,
propertySourceLocations, propertySourceProperties, propertySourceLocations, propertySourceProperties,
Collections.<ContextCustomizer> emptySet(), contextLoader, EMPTY_CONTEXT_CUSTOMIZERS, contextLoader,
cacheAwareContextLoaderDelegate, parent); cacheAwareContextLoaderDelegate, parent);
} }

Loading…
Cancel
Save