mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-08-01 03:20:20 +02:00
Extended AerisdiesRipper unit tests
This commit is contained in:
@@ -16,5 +16,16 @@ public class AerisdiesRipperTest extends RippersTest {
|
|||||||
testRipper(ripper);
|
testRipper(ripper);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public void testDjAlbum() throws IOException {
|
||||||
|
AerisdiesRipper ripper = new AerisdiesRipper(new URL("http://www.aerisdies.com/html/lb/douj_5230_1.html"));
|
||||||
|
testRipper(ripper);
|
||||||
|
}
|
||||||
|
|
||||||
|
public void testGetGID() throws IOException {
|
||||||
|
URL url = new URL("http://www.aerisdies.com/html/lb/douj_5230_1.html");
|
||||||
|
AerisdiesRipper ripper = new AerisdiesRipper(url);
|
||||||
|
assertEquals("5230", ripper.getGID(url));
|
||||||
|
}
|
||||||
|
|
||||||
// TODO: Add a test for an album with a title.
|
// TODO: Add a test for an album with a title.
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user