Remove reduntent unit test
This commit is contained in:
parent
776cf522f4
commit
6114604152
@ -1,13 +0,0 @@
|
|||||||
package com.rarchives.ripme.tst.ripper.rippers;
|
|
||||||
|
|
||||||
import java.io.IOException;
|
|
||||||
import java.net.URL;
|
|
||||||
|
|
||||||
import com.rarchives.ripme.ripper.rippers.TapasticRipper;
|
|
||||||
|
|
||||||
public class TapasRipperTest extends RippersTest {
|
|
||||||
public void testTapasRipperAlbum() throws IOException {
|
|
||||||
TapasticRipper ripper = new TapasticRipper(new URL("https://tapas.io/series/tsiwbakd-comic"));
|
|
||||||
testRipper(ripper);
|
|
||||||
}
|
|
||||||
}
|
|
@ -7,7 +7,7 @@ import com.rarchives.ripme.ripper.rippers.TapasticRipper;
|
|||||||
|
|
||||||
public class TapasticRipperTest extends RippersTest {
|
public class TapasticRipperTest extends RippersTest {
|
||||||
public void testTapasticRip() throws IOException {
|
public void testTapasticRip() throws IOException {
|
||||||
TapasticRipper ripper = new TapasticRipper(new URL("http://tapastic.com/episode/2139"));
|
TapasticRipper ripper = new TapasticRipper(new URL("https://tapas.io/series/tsiwbakd-comic"));
|
||||||
testRipper(ripper);
|
testRipper(ripper);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user