mirror of
https://github.com/internetarchive/heritrix3.git
synced 2026-09-23 22:26:01 +00:00
Add overrides in JerichoExtractorHTMLTest
This commit is contained in:
@@ -159,7 +159,31 @@ public class JerichoExtractorHTMLTest extends ExtractorHTMLTest {
|
||||
@Override
|
||||
public void testMetaContentURI() throws URIException {
|
||||
}
|
||||
|
||||
/*
|
||||
* Override of ExtractorHTMLTest method because the test fails with
|
||||
* JerichoExtractorHTML
|
||||
*/
|
||||
@Override
|
||||
public void testDataAttributesTelerama() throws URIException {
|
||||
}
|
||||
|
||||
/*
|
||||
* Override of ExtractorHTMLTest method because the test fails with
|
||||
* JerichoExtractorHTML
|
||||
*/
|
||||
@Override
|
||||
public void testDataAttributesLeMonde() throws URIException {
|
||||
}
|
||||
|
||||
/*
|
||||
* Override of ExtractorHTMLTest method because the test fails with
|
||||
* JerichoExtractorHTML
|
||||
*/
|
||||
@Override
|
||||
public void testDataAttributesEuronews() throws URIException {
|
||||
}
|
||||
|
||||
@Override
|
||||
protected JerichoExtractorHTML getExtractor() {
|
||||
return (JerichoExtractorHTML) extractor;
|
||||
|
||||
Reference in New Issue
Block a user