[jira] [Commented] (CB-8395) Some contacts tests are green instead of pending on wp8

2015-02-11 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-8395?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14316079#comment-14316079
 ] 

ASF GitHub Bot commented on CB-8395:


Github user asfgit closed the pull request at:

https://github.com/apache/cordova-plugin-contacts/pull/55


> Some contacts tests are green instead of pending on wp8
> ---
>
> Key: CB-8395
> URL: https://issues.apache.org/jira/browse/CB-8395
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Contacts, WP8
>Reporter: Alexander Sorokin
>Assignee: Jesse MacFadyen
>
> contacts.spec.6, contacts.spec.20, contacts.spec.21 and contacts.spec.24 are 
> green on wp8 because of the following code:
> {code}
> if (isWindowsPhone8) {
>   done();
>   return;
> }
> {code}
> Instead of marking them green right away we need to mark them pending.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-8395) Some contacts tests are green instead of pending on wp8

2015-02-11 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-8395?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14316078#comment-14316078
 ] 

ASF subversion and git services commented on CB-8395:
-

Commit c60f50e7f99d8fa555d44b1ed425aad2b3d4dba7 in cordova-plugin-contacts's 
branch refs/heads/master from [~alsorokin]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-contacts.git;h=c60f50e 
]

CB-8395 marked unsupported tests pending on wp8

github close #55


> Some contacts tests are green instead of pending on wp8
> ---
>
> Key: CB-8395
> URL: https://issues.apache.org/jira/browse/CB-8395
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Contacts, WP8
>Reporter: Alexander Sorokin
>Assignee: Jesse MacFadyen
>
> contacts.spec.6, contacts.spec.20, contacts.spec.21 and contacts.spec.24 are 
> green on wp8 because of the following code:
> {code}
> if (isWindowsPhone8) {
>   done();
>   return;
> }
> {code}
> Instead of marking them green right away we need to mark them pending.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-8395) Some contacts tests are green instead of pending on wp8

2015-02-11 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-8395?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14316071#comment-14316071
 ] 

ASF GitHub Bot commented on CB-8395:


Github user sgrebnov commented on the pull request:


https://github.com/apache/cordova-plugin-contacts/pull/55#issuecomment-73867207
  
LGTM :+1: 


> Some contacts tests are green instead of pending on wp8
> ---
>
> Key: CB-8395
> URL: https://issues.apache.org/jira/browse/CB-8395
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Contacts, WP8
>Reporter: Alexander Sorokin
>Assignee: Jesse MacFadyen
>
> contacts.spec.6, contacts.spec.20, contacts.spec.21 and contacts.spec.24 are 
> green on wp8 because of the following code:
> {code}
> if (isWindowsPhone8) {
>   done();
>   return;
> }
> {code}
> Instead of marking them green right away we need to mark them pending.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-8395) Some contacts tests are green instead of pending on wp8

2015-02-02 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-8395?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14301141#comment-14301141
 ] 

ASF GitHub Bot commented on CB-8395:


GitHub user alsorokin opened a pull request:

https://github.com/apache/cordova-plugin-contacts/pull/55

CB-8395 marked unsupported tests pending on wp8

This fixes https://issues.apache.org/jira/browse/CB-8395

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/MSOpenTech/cordova-plugin-contacts test-fixes

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/cordova-plugin-contacts/pull/55.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #55


commit 570dcc2ed9073eb4f3fa803041cd0d9b04303b87
Author: alsorokin 
Date:   2015-02-02T10:47:48Z

CB-8395 marked unsupported tests pending on wp8




> Some contacts tests are green instead of pending on wp8
> ---
>
> Key: CB-8395
> URL: https://issues.apache.org/jira/browse/CB-8395
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Contacts, WP8
>Reporter: Alexander Sorokin
>Assignee: Jesse MacFadyen
>
> contacts.spec.6, contacts.spec.20, contacts.spec.21 and contacts.spec.24 are 
> green on wp8 because of the following code:
> {code}
> if (isWindowsPhone8) {
>   done();
>   return;
> }
> {code}
> Instead of marking them green right away we need to mark them pending.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org