We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 693ab84 commit 50f2016Copy full SHA for 50f2016
spring-webmvc/src/test/java/org/springframework/web/servlet/config/MvcNamespaceTests.java
@@ -246,7 +246,7 @@ public void testDefaultConfig() throws Exception {
246
247
adapter.handle(request, response, handlerMethod);
248
assertThat(handler.recordedValidationError).isTrue();
249
- assertThat(handler.date).isInSameDayAs("2009-10-31");
+ assertThat(handler.date).isInSameDayAs("2009-10-31T00:00:00+00:00");
250
assertThat(handler.percent).isEqualTo(Double.valueOf(0.9999));
251
252
CompositeUriComponentsContributor uriComponentsContributor = this.appContext.getBean(
0 commit comments