Removed obsolete test case

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1602396 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Oleg Kalnichevski 2014-06-13 12:01:21 +00:00
parent 4709d85aaf
commit 54e3ad83fc
1 changed files with 0 additions and 7 deletions

View File

@ -30,7 +30,6 @@ package org.apache.http.client.utils;
import java.util.Calendar;
import java.util.Date;
import org.apache.http.impl.cookie.DateParseException;
import org.junit.Assert;
import org.junit.Test;
@ -138,10 +137,4 @@ public class TestDateUtils {
Assert.assertEquals("Fri, 14 Oct 2005 00:00:00 GMT", DateUtils.formatDate(date, DateUtils.PATTERN_RFC1123));
}
@SuppressWarnings("unused")
@Test
public void testConstructor() {
new DateParseException();
new DateParseException("Oppsie");
}
}