Bandcamp tests: remove certain tests
This commit is contained in:
parent
b5e251c82f
commit
5009d9f53b
|
@ -29,11 +29,6 @@ public class BandcampStreamExtractorTest {
|
||||||
extractor.fetchPage();
|
extractor.fetchPage();
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test(expected = ExtractionException.class)
|
|
||||||
public void testAlbum() throws ExtractionException {
|
|
||||||
Bandcamp.getStreamExtractor("https://zachbenson.bandcamp.com/album/prom");
|
|
||||||
}
|
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void testServiceId() {
|
public void testServiceId() {
|
||||||
}
|
}
|
||||||
|
@ -75,11 +70,6 @@ public class BandcampStreamExtractorTest {
|
||||||
assertEquals(1, extractor.getAudioStreams().size());
|
assertEquals(1, extractor.getAudioStreams().size());
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test(expected = ParsingException.class)
|
|
||||||
public void testInvalidUrl() throws ExtractionException {
|
|
||||||
Bandcamp.getStreamExtractor("https://bandcamp.com");
|
|
||||||
}
|
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void testCategory() throws ExtractionException, IOException {
|
public void testCategory() throws ExtractionException, IOException {
|
||||||
StreamExtractor se = Bandcamp.getStreamExtractor("https://npet.bandcamp.com/track/track-1");
|
StreamExtractor se = Bandcamp.getStreamExtractor("https://npet.bandcamp.com/track/track-1");
|
||||||
|
|
Loading…
Reference in New Issue