Use the defined constant in MergedContextConfiguration
Closes gh-1037
This commit is contained in:
committed by
Stephane Nicoll
parent
368f29d5bc
commit
c402932ba1
@@ -245,7 +245,7 @@ public class MergedContextConfiguration implements Serializable {
|
||||
MergedContextConfiguration parent) {
|
||||
this(testClass, locations, classes, contextInitializerClasses, activeProfiles,
|
||||
propertySourceLocations, propertySourceProperties,
|
||||
Collections.<ContextCustomizer> emptySet(), contextLoader,
|
||||
EMPTY_CONTEXT_CUSTOMIZERS, contextLoader,
|
||||
cacheAwareContextLoaderDelegate, parent);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user