Moved suffixlist.txt to the test resources; fixed failing test cases

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@679518 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Oleg Kalnichevski 2008-07-24 19:52:55 +00:00
parent 403f7623c7
commit a66230a60a
2 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ import junit.framework.TestSuite;
import org.apache.http.cookie.CookieOrigin;
public class TestPublicSuffixListParser extends TestCase {
private static final String LIST_FILE = "suffixlist.txt";
private static final String LIST_FILE = "/suffixlist.txt";
private PublicSuffixFilter filter;
public TestPublicSuffixListParser(String testName) {