From c402932ba1085e3d31aa5155f25ef5292b4f5ef3 Mon Sep 17 00:00:00 2001 From: Johnny Lim Date: Sat, 16 Apr 2016 09:09:38 +0900 Subject: [PATCH] Use the defined constant in MergedContextConfiguration Closes gh-1037 --- .../test/context/MergedContextConfiguration.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-test/src/main/java/org/springframework/test/context/MergedContextConfiguration.java b/spring-test/src/main/java/org/springframework/test/context/MergedContextConfiguration.java index dc98c1c276b..45f31a182e3 100644 --- a/spring-test/src/main/java/org/springframework/test/context/MergedContextConfiguration.java +++ b/spring-test/src/main/java/org/springframework/test/context/MergedContextConfiguration.java @@ -245,7 +245,7 @@ public class MergedContextConfiguration implements Serializable { MergedContextConfiguration parent) { this(testClass, locations, classes, contextInitializerClasses, activeProfiles, propertySourceLocations, propertySourceProperties, - Collections. emptySet(), contextLoader, + EMPTY_CONTEXT_CUSTOMIZERS, contextLoader, cacheAwareContextLoaderDelegate, parent); }