mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-08-22 13:33:18 +02:00
Merge pull request #1270 from RipMeApp/cyian-1756-re-enable-test
Update ThechiveRipperTest.java
This commit is contained in:
@@ -56,11 +56,11 @@ public class ThechiveRipperTest extends RippersTest {
|
||||
/*
|
||||
* "i.thechive.com" test.
|
||||
*/
|
||||
// Commented out because the link is 404ing TODO: Change the link to a working one and reenable the test
|
||||
// public void testIDotThechive() throws IOException {
|
||||
// ThechiveRipper ripper = new ThechiveRipper(new URL("https://i.thechive.com/HHHoney"));
|
||||
// testRipper(ripper);
|
||||
// }
|
||||
|
||||
public void testIDotThechive() throws IOException {
|
||||
ThechiveRipper ripper = new ThechiveRipper(new URL("https://i.thechive.com/HHHoney"));
|
||||
testRipper(ripper);
|
||||
}
|
||||
|
||||
/*
|
||||
*
|
||||
@@ -91,4 +91,4 @@ public class ThechiveRipperTest extends RippersTest {
|
||||
* "https://thechive.files.wordpress.com/2018/10/the-definitive-list-of-the-hottest-horror-movie-babes-11.jpg"
|
||||
* )); }
|
||||
*/
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user