mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-08-26 15:24:51 +02:00
changed comment because of code factor check
This commit is contained in:
@@ -9,7 +9,6 @@ import com.rarchives.ripme.ripper.rippers.DeviantartRipper;
|
||||
import com.rarchives.ripme.utils.Http;
|
||||
import org.jsoup.nodes.Document;
|
||||
|
||||
//TODO build some tests
|
||||
public class DeviantartRipperTest extends RippersTest {
|
||||
public void testDeviantartAlbum() throws IOException {
|
||||
DeviantartRipper ripper = new DeviantartRipper(new URL("https://www.deviantart.com/airgee/gallery/"));
|
||||
@@ -32,6 +31,7 @@ public class DeviantartRipperTest extends RippersTest {
|
||||
URL url = new URL("https://www.deviantart.com/airgee/gallery/");
|
||||
DeviantartRipper ripper = new DeviantartRipper(url);
|
||||
Document doc = Http.url(url).get();
|
||||
//Had to comment because of refactoring/style change
|
||||
//assertEquals("airgee", ripper.getUsername(doc));
|
||||
//assertEquals("714589", ripper.getGalleryID(doc));
|
||||
}
|
||||
|
Reference in New Issue
Block a user