138139140141142143144145
Assert.assertEquals("Fri, 14 Oct 2005 00:00:00 GMT", DateUtils.formatDate(date, DateUtils.PATTERN_RFC1123)); } @Test public void testConstructor() { new DateParseException(); new DateParseException("Oppsie"); }