Extended HitomiRipper unit test

This commit is contained in:
cyian-1756 2018-04-19 18:58:47 -04:00
parent a7445ec4ac
commit f8a8fdb9dc

View File

@ -9,5 +9,6 @@ public class HitomiRipperTest extends RippersTest {
public void testRip() throws IOException { public void testRip() throws IOException {
HitomiRipper ripper = new HitomiRipper(new URL("https://hitomi.la/galleries/975973.html")); HitomiRipper ripper = new HitomiRipper(new URL("https://hitomi.la/galleries/975973.html"));
testRipper(ripper); testRipper(ripper);
assertTrue(ripper.getGID(new URL("https://hitomi.la/galleries/975973.html")).equals("975973"));
} }
} }