Merge branch '5.3.x'
This commit is contained in:
@@ -335,7 +335,7 @@ public class WebMvcConfigurationSupportTests {
|
||||
}
|
||||
|
||||
@Test
|
||||
public void defaultThemeResolverfiguration() {
|
||||
public void defaultThemeResolverConfiguration() {
|
||||
ApplicationContext context = initContext(WebConfig.class);
|
||||
ThemeResolver themeResolver = context.getBean(THEME_RESOLVER_BEAN_NAME, ThemeResolver.class);
|
||||
|
||||
|
||||
@@ -184,7 +184,7 @@ class RequestMappingInfoTests {
|
||||
}
|
||||
|
||||
@Test
|
||||
void compareToWithImpicitVsExplicitHttpMethodDeclaration() {
|
||||
void compareToWithImplicitVsExplicitHttpMethodDeclaration() {
|
||||
RequestMappingInfo noMethods = RequestMappingInfo.paths().build();
|
||||
RequestMappingInfo oneMethod = RequestMappingInfo.paths().methods(GET).build();
|
||||
RequestMappingInfo oneMethodOneParam = RequestMappingInfo.paths().methods(GET).params("foo").build();
|
||||
|
||||
@@ -222,7 +222,7 @@ public class UrlTagTests extends AbstractTagTests {
|
||||
}
|
||||
|
||||
@Test
|
||||
public void createQueryStringOneParamForExsistingQueryString() throws JspException {
|
||||
public void createQueryStringOneParamForExistingQueryString() throws JspException {
|
||||
List<Param> params = new ArrayList<>();
|
||||
Set<String> usedParams = new HashSet<>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user