You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by an...@apache.org on 2016/06/22 15:32:30 UTC

cordova-plugin-media git commit: CB-11429 Update test stream URL

Repository: cordova-plugin-media
Updated Branches:
  refs/heads/master 804aa6a2d -> 6877c78d6


CB-11429 Update test stream URL


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/commit/6877c78d
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/tree/6877c78d
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/diff/6877c78d

Branch: refs/heads/master
Commit: 6877c78d6c8dc8f4475623d1cd32232e0b63d259
Parents: 804aa6a
Author: Vladimir Kotikov <ko...@gmail.com>
Authored: Wed Jun 22 14:08:02 2016 +0300
Committer: Vladimir Kotikov <ko...@gmail.com>
Committed: Wed Jun 22 17:13:30 2016 +0300

----------------------------------------------------------------------
 tests/tests.js | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/blob/6877c78d/tests/tests.js
----------------------------------------------------------------------
diff --git a/tests/tests.js b/tests/tests.js
index cab2aa4..0533483 100644
--- a/tests/tests.js
+++ b/tests/tests.js
@@ -417,7 +417,8 @@ exports.defineAutoTests = function () {
                 pending();
             }
 
-            var mediaFile = 'http://209.73.138.20:80',
+            // The link below points to an infinite mp3 stream
+            var mediaFile = 'http://c22033-l.i.core.cdn.streamfarm.net/22033mdr/live/3087mdr_figaro/ch_classic_128.mp3',
                 successCallback,
                 context = this,
                 flag = true,


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org