mirror of
https://github.com/internetarchive/heritrix3.git
synced 2026-08-02 04:41:11 +00:00
Clean-up where assumption of serializability no longer appropriate
This commit is contained in:
@@ -28,17 +28,6 @@ import org.archive.crawler.framework.CrawlerProcessorTestBase;
|
||||
*/
|
||||
public class BdbFrontierTest extends CrawlerProcessorTestBase {
|
||||
|
||||
@Override
|
||||
public void testSerialization() {
|
||||
// FIXME
|
||||
}
|
||||
|
||||
@Override
|
||||
protected void verifySerialization(Object first, byte[] firstBytes,
|
||||
Object second, byte[] secondBytes) throws Exception {
|
||||
}
|
||||
|
||||
|
||||
// TODO TESTME
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user