Fix test broken by previous refactoring

This commit is contained in:
Sam Brannen 2014-07-16 21:51:49 +02:00
parent 91c9bad12e
commit dfcb2a2875
2 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ public class BootstrapTestUtilsMergedConfigTests extends AbstractContextConfigur
assertMergedConfig( assertMergedConfig(
mergedConfig, mergedConfig,
testClass, testClass,
new String[] { "classpath:org/springframework/test/context/support/AbstractContextLoaderUtilsTests$BareAnnotations-context.xml" }, new String[] { "classpath:org/springframework/test/context/support/AbstractContextConfigurationUtilsTests$BareAnnotations-context.xml" },
EMPTY_CLASS_ARRAY, DelegatingSmartContextLoader.class); EMPTY_CLASS_ARRAY, DelegatingSmartContextLoader.class);
} }