Add another unit test
This commit is contained in:
parent
1e3b309f4b
commit
6cd6e2ee15
@ -9,5 +9,7 @@ public class Hentai2readRipperTest extends RippersTest {
|
|||||||
public void testHentai2readAlbum() throws IOException {
|
public void testHentai2readAlbum() throws IOException {
|
||||||
Hentai2readRipper ripper = new Hentai2readRipper(new URL("https://hentai2read.com/sm_school_memorial/"));
|
Hentai2readRipper ripper = new Hentai2readRipper(new URL("https://hentai2read.com/sm_school_memorial/"));
|
||||||
testRipper(ripper);
|
testRipper(ripper);
|
||||||
|
ripper = new Hentai2readRipper(new URL("https://hentai2read.com/sm_school_memorial/1/"));
|
||||||
|
testRipper(ripper);
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user