Bandcamp tests: remove certain tests

This commit is contained in:
Fynn Godau 2020-04-20 23:25:00 +02:00
parent b5e251c82f
commit 5009d9f53b
1 changed files with 0 additions and 10 deletions

View File

@ -29,11 +29,6 @@ public class BandcampStreamExtractorTest {
extractor.fetchPage();
}
@Test(expected = ExtractionException.class)
public void testAlbum() throws ExtractionException {
Bandcamp.getStreamExtractor("https://zachbenson.bandcamp.com/album/prom");
}
@Test
public void testServiceId() {
}
@ -75,11 +70,6 @@ public class BandcampStreamExtractorTest {
assertEquals(1, extractor.getAudioStreams().size());
}
@Test(expected = ParsingException.class)
public void testInvalidUrl() throws ExtractionException {
Bandcamp.getStreamExtractor("https://bandcamp.com");
}
@Test
public void testCategory() throws ExtractionException, IOException {
StreamExtractor se = Bandcamp.getStreamExtractor("https://npet.bandcamp.com/track/track-1");