You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by sh...@apache.org on 2016/12/08 00:56:40 UTC

[10/11] cordova-plugin-contacts git commit: CB-11541 Pended one unsupported test on Windows

CB-11541 Pended one unsupported test on Windows


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/commit/7fa53c14
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/tree/7fa53c14
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/diff/7fa53c14

Branch: refs/heads/2.2.x
Commit: 7fa53c1498507e080c412541c293b472fafc8b66
Parents: 539ad67
Author: Alexander Sorokin <al...@akvelon.com>
Authored: Thu Nov 3 20:45:23 2016 +0300
Committer: Alexander Sorokin <al...@akvelon.com>
Committed: Thu Nov 3 20:45:23 2016 +0300

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/blob/7fa53c14/tests/tests.js
----------------------------------------------------------------------
diff --git a/tests/tests.js b/tests/tests.js
index c560a9d..e81b6f0 100644
--- a/tests/tests.js
+++ b/tests/tests.js
@@ -348,6 +348,9 @@ exports.defineAutoTests = function() {
                 });
 
                 it('spec 7.4 contact detail type should equal default label', function(done) {
+                    if (isWindows || isWindowsPhone8 || isIOSPermissionBlocked) {
+                        pending();
+                    }
                     var specContext = this;
                     specContext.contactObj = navigator.contacts.create({
                         "displayName": "test name",


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