Merge pull request #153 from cyian-1756/unit_tests

Some minor unit test fixes
This commit is contained in:
cyian-1756 2017-11-08 16:20:37 -05:00 committed by GitHub
commit fec5f20ba5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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);
} }
} }