[media.ccc.de] Fix live stream test if there are no current live streams
This commit is contained in:
parent
a896ec41b9
commit
2cbc3ccb1a
|
@ -28,7 +28,6 @@ public class MediaCCCLiveStreamListExtractorTest {
|
||||||
@Test
|
@Test
|
||||||
public void getConferencesListTest() throws Exception {
|
public void getConferencesListTest() throws Exception {
|
||||||
final List<InfoItem> a = extractor.getInitialPage().getItems();
|
final List<InfoItem> a = extractor.getInitialPage().getItems();
|
||||||
assertTrue(a.size() > 2);
|
|
||||||
for (int i = 0; i < a.size(); i++) {
|
for (int i = 0; i < a.size(); i++) {
|
||||||
final InfoItem b = a.get(i);
|
final InfoItem b = a.get(i);
|
||||||
assertNotNull(a.get(i).getName());
|
assertNotNull(a.get(i).getName());
|
||||||
|
|
Loading…
Reference in New Issue