Use the defined constant in MergedContextConfiguration

Closes gh-1037
This commit is contained in:
Johnny Lim
2016-04-16 09:09:38 +09:00
committed by Stephane Nicoll
parent 368f29d5bc
commit c402932ba1

View File

@@ -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);
}