| org.archive.crawler.selftest.SelfTestCase org.archive.crawler.selftest.CharsetSelfTest
CharsetSelfTest | public class CharsetSelfTest extends SelfTestCase (Code) | | Simple test to ensure we can extract links from multibyte pages.
That is, can we regex over a multibyte stream.
author: stack version: $Revision: 4931 $, $Date: 2007-02-21 18:48:17 +0000 (Wed, 21 Feb 2007) $ |
Method Summary | |
public void | stestCharset() Look for last file in link chain.
The way the pages are setup under the CharsetSelfTest directory under
the webapp is that we have one multibyte page w/ a single link buried in
it that points off to another multibyte page. |
stestCharset | public void stestCharset()(Code) | | Look for last file in link chain.
The way the pages are setup under the CharsetSelfTest directory under
the webapp is that we have one multibyte page w/ a single link buried in
it that points off to another multibyte page. On the end of the link
chain is a page named END_OF_CHAIN_PAGE. This test looks to see that
arc has all pages in the chain.
|
Fields inherited from org.archive.crawler.selftest.SelfTestCase | final protected static String SELFTEST(Code)(Java Doc)
|
|
|