You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by pu...@apache.org on 2015/07/10 21:20:10 UTC

[5/9] cordova-plugin-media git commit: Added media.setRate auto test fix

Added media.setRate auto test fix


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/8c515972
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/tree/8c515972
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/diff/8c515972

Branch: refs/heads/master
Commit: 8c5159727700a6185c39a6c54b75a8cfc7f16a0f
Parents: b003c5b
Author: Alex Oshchepkov <al...@gmail.com>
Authored: Fri Jan 23 08:57:37 2015 +0500
Committer: Alex Oshchepkov <al...@gmail.com>
Committed: Fri Jan 23 08:57:37 2015 +0500

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/blob/8c515972/tests/tests.js
----------------------------------------------------------------------
diff --git a/tests/tests.js b/tests/tests.js
index cf8b3a6..3fae18b 100644
--- a/tests/tests.js
+++ b/tests/tests.js
@@ -207,6 +207,7 @@ exports.defineAutoTests = function () {
             if (cordova.platformId === 'blackberry10') {
                 expect(true).toFailWithMessage('Platform does not supported this feature');
                 done();
+                return
             }
             var mediaFile = 'http://cordova.apache.org/downloads/BlueZedEx.mp3',
             mediaState = Media.MEDIA_STOPPED,
@@ -241,6 +242,7 @@ exports.defineAutoTests = function () {
             if (cordova.platformId !== 'ios') {
                 expect(true).toFailWithMessage('Platform does not supported this feature');
                 done();
+                return
             }
             var mediaFile = 'http://cordova.apache.org/downloads/BlueZedEx.mp3',
                 mediaState = Media.MEDIA_STOPPED,


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