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:
parent
403f7623c7
commit
a66230a60a
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue