ranker=new PwaUrlDepth("http://www.sigir.org/sigirlist/issues/otherdir/another/");
assertEquals(1,(int)ranker.score());
ranker=new PwaUrlDepth("http://www.sigir.org/sigirlist/issues/otherdir/another/file.htm");
assertEquals(0,(int)ranker.score());
ranker=new PwaUrlDepth("http://www.sigir.org/sigirlist/file.");
assertEquals(0,(int)ranker.score());
ranker=new PwaUrlDepth("http://www.sigir.org/file.gif");
assertEquals(0,(int)ranker.score());
}
catch (MalformedURLException e) {
fail();