You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by sg...@apache.org on 2015/03/04 16:22:53 UTC

cordova-plugin-contacts git commit: CB-8604 Pended unsupported test for wp8, updated documentation

Repository: cordova-plugin-contacts
Updated Branches:
  refs/heads/master cf42332a2 -> 0e38f7dae


CB-8604 Pended unsupported test for wp8, updated documentation

github close #59


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

Branch: refs/heads/master
Commit: 0e38f7daedccbe57ffdc73ea758ab586af011809
Parents: cf42332
Author: alsorokin <al...@akvelon.com>
Authored: Wed Mar 4 15:22:26 2015 +0300
Committer: sgrebnov <v-...@microsoft.com>
Committed: Wed Mar 4 18:22:42 2015 +0300

----------------------------------------------------------------------
 doc/index.md   | 3 +++
 tests/tests.js | 3 +--
 2 files changed, 4 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/blob/0e38f7da/doc/index.md
----------------------------------------------------------------------
diff --git a/doc/index.md b/doc/index.md
index 99bdeff..0493c00 100644
--- a/doc/index.md
+++ b/doc/index.md
@@ -365,6 +365,8 @@ for details.
 
 - __categories__: Not supported, returning `null`.
 
+- __remove__: Method is not supported
+
 ### Windows Quirks
 
 - __photos__: Returns a File URL to the image, which is stored in the application's temporary directory.
@@ -373,6 +375,7 @@ for details.
 
 - __categories__: Not supported, returning `null`.
 
+- __remove__: Method is not supported
 
 ## ContactAddress
 

http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/blob/0e38f7da/tests/tests.js
----------------------------------------------------------------------
diff --git a/tests/tests.js b/tests/tests.js
index dcd5211..46d9c4e 100644
--- a/tests/tests.js
+++ b/tests/tests.js
@@ -361,9 +361,8 @@ exports.defineAutoTests = function () {
           });
           it("contacts.spec.23 calling remove on a contact that does not exist should return ContactError.UNKNOWN_ERROR", function(done) {
                // remove method is not supported on Windows platform
-              if (isWindows) {
+              if (isWindows || isWindowsPhone8) {
                   pending();
-                  return;
               }
               var rmWin = fail;
               var rmFail = function(result) {


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