Some minor unit test fixes

This commit is contained in:
cyian-1756 2017-11-08 15:05:44 -05:00
parent 79b912aabe
commit f1c9ad6aff

View File

@ -187,7 +187,7 @@ public class BasicRippersTest extends RippersTest {
*/ */
public void testModelmayhemRip() throws IOException { public void testModelmayhemRip() throws IOException {
AbstractRipper ripper = new ModelmayhemRipper(new URL("http://www.modelmayhem.com/portfolio/520206/viewall")); AbstractRipper ripper = new ModelmayhemRipper(new URL("https://www.modelmayhem.com/portfolio/520206/viewall"));
testRipper(ripper); testRipper(ripper);
} }
@ -268,7 +268,7 @@ public class BasicRippersTest extends RippersTest {
} }
public void testXhamsterAlbums() throws IOException { public void testXhamsterAlbums() throws IOException {
XhamsterRipper ripper = new XhamsterRipper(new URL("https://xhamster.com/photos/gallery/polaroids-2-8940215")); XhamsterRipper ripper = new XhamsterRipper(new URL("https://xhamster.com/photos/gallery/sexy-preggo-girls-9026608"));
testRipper(ripper); testRipper(ripper);
} }
} }