Expanded hqporner unit tests

This commit is contained in:
cyian-1756 2018-08-16 13:55:00 -04:00
parent e192243012
commit 93386c16d2

View File

@ -12,4 +12,10 @@ public class HqpornerRipperTest extends RippersTest{
testRipper(ripper);
}
public void testGetGID() throws IOException {
URL poolURL = new URL("https://hqporner.com/hdporn/84636-pool_lesson_with_a_cheating_husband.html");
HqpornerRipper ripper = new HqpornerRipper(poolURL);
assertEquals("84636-pool_lesson_with_a_cheating_husband", ripper.getGID(poolURL));
}
}