提交 b8f7a307 编写于 作者: J Juergen Hoeller

OpenJDK 8 build 99: different toString() output from JSR-310 Instant

上级 2d1b4420
......@@ -288,7 +288,7 @@ public class DateTimeFormattingTests {
propertyValues.add("instant", "2009-10-31T12:00:00.000Z");
binder.bind(propertyValues);
assertEquals(0, binder.getBindingResult().getErrorCount());
assertEquals("2009-10-31T12:00Z", binder.getBindingResult().getFieldValue("instant"));
assertTrue(binder.getBindingResult().getFieldValue("instant").toString().startsWith("2009-10-31T12:00"));
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册