Browse Source

WTF don't use the network in an automated stress test

pull/2/head
Rémi Denis-Courmont 19 years ago
parent
commit
7b98fbe6b4
  1. 5
      src/control/testapi.c

5
src/control/testapi.c

@ -172,10 +172,5 @@ int main (int argc, char *argv[])
test_media_list (args, nlibvlc_args);
/* FIXME try to play all streams from a list. We may want to create an other test category for that. */
test_file_playback (args, nlibvlc_args, "ftp://streams.videolan.org/streams-videolan/reference/mp4/aac_adts.mp4");
test_file_playback (args, nlibvlc_args, "ftp://streams.videolan.org/streams-videolan/reference/flv/flash5_004.flv");
/* ... */
return 0;
}

Loading…
Cancel
Save