Clean-up where assumption of serializability no longer appropriate

This commit is contained in:
gojomo
2010-01-26 01:25:47 +00:00
parent 248f720cab
commit 1a95e530e8
3 changed files with 5 additions and 16 deletions
@@ -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
}