[jira] [Commented] (CB-10026) Fix warnings in Objective-C tests

2017-04-13 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-10026:
-

Github user asfgit closed the pull request at:

https://github.com/apache/cordova-ios/pull/303


> Fix warnings in Objective-C tests
> -
>
> Key: CB-10026
> URL: https://issues.apache.org/jira/browse/CB-10026
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS
>Reporter: Shazron Abdullah
>Assignee: Shazron Abdullah
>Priority: Minor
>  Labels: easyfix, iOS
> Fix For: cordova-ios@4.4.0
>
>
> Some deprecated items in there.
> Run the workspace in ./tests



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Commented] (CB-10026) Fix warnings in Objective-C tests

2017-04-13 Thread ASF subversion and git services (JIRA)

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

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

Commit 7724d9c603fbb20fc26f84a9f5ac056027c4270e in cordova-ios's branch 
refs/heads/master from [~shazron]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-ios.git;h=7724d9c ]

CB-10026 - Fix warnings in Objective-C tests

 This closes #303


> Fix warnings in Objective-C tests
> -
>
> Key: CB-10026
> URL: https://issues.apache.org/jira/browse/CB-10026
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS
>Reporter: Shazron Abdullah
>Assignee: Shazron Abdullah
>Priority: Minor
>  Labels: easyfix, iOS
> Fix For: cordova-ios@4.4.0
>
>
> Some deprecated items in there.
> Run the workspace in ./tests



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Commented] (CB-10026) Fix warnings in Objective-C tests

2017-04-13 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-10026:
-

GitHub user shazron opened a pull request:

https://github.com/apache/cordova-ios/pull/303

CB-10026 - Fix warnings in Objective-C tests

### Platforms affected

self.

### What does this PR do?

Fix most warnings (non Photos framework related - those are in CB-10027) in 
the code.

### What testing has been done on this change?

npm test

### Checklist
- [X] [Reported an issue](http://cordova.apache.org/contribute/issues.html) 
in the JIRA database
- [X] Commit message follows the format: "CB-3232: (android) Fix bug with 
resolving file paths", where CB- is the JIRA ID & "android" is the platform 
affected.
- [X] Added automated test coverage as appropriate for this change.


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

$ git pull https://github.com/shazron/cordova-ios CB-10026

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

https://github.com/apache/cordova-ios/pull/303.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 #303


commit 455a49cad31e61c8aa3ddb66568cdf83f38a7978
Author: Shazron Abdullah 
Date:   2017-04-13T17:32:13Z

CB-10026 - Fix warnings in Objective-C tests




> Fix warnings in Objective-C tests
> -
>
> Key: CB-10026
> URL: https://issues.apache.org/jira/browse/CB-10026
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS
>Reporter: Shazron Abdullah
>Assignee: Shazron Abdullah
>Priority: Minor
>  Labels: easyfix, iOS
> Fix For: cordova-ios@4.4.0
>
>
> Some deprecated items in there.
> Run the workspace in ./tests



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Commented] (CB-10026) Fix warnings in Objective-C tests

2017-04-11 Thread Shazron Abdullah (JIRA)

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

Shazron Abdullah commented on CB-10026:
---

Cleaned up string warnings. I didn't touch the CDVURLProtocol.m warnings of the 
deprecation of ALAsset.framework (replaced by Photos framework) since that is 
an extensive change that needs extensive testing. That part is covered in 
CB-10027

> Fix warnings in Objective-C tests
> -
>
> Key: CB-10026
> URL: https://issues.apache.org/jira/browse/CB-10026
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS
>Reporter: Shazron Abdullah
>Assignee: Shazron Abdullah
>Priority: Minor
>  Labels: easyfix, iOS
> Fix For: cordova-ios@4.4.0
>
>
> Some deprecated items in there.
> Run the workspace in ./tests



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Commented] (CB-10026) Fix warnings in Objective-C tests

2016-09-06 Thread Shazron Abdullah (JIRA)

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

Shazron Abdullah commented on CB-10026:
---

Run the .xcworkspace file in the "tests" folder

> Fix warnings in Objective-C tests
> -
>
> Key: CB-10026
> URL: https://issues.apache.org/jira/browse/CB-10026
> Project: Apache Cordova
>  Issue Type: Bug
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>  Components: iOS
>Reporter: Shazron Abdullah
>Priority: Minor
>  Labels: easyfix, iOS
>
> Some deprecated items in there.
> Run the workspace in ./tests



--
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-10026) Fix warnings in Objective-C tests

2016-09-06 Thread sanjeewa kumara (JIRA)

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

sanjeewa kumara commented on CB-10026:
--

How can I check this bug occurs ? what is the file need to run?

> Fix warnings in Objective-C tests
> -
>
> Key: CB-10026
> URL: https://issues.apache.org/jira/browse/CB-10026
> Project: Apache Cordova
>  Issue Type: Bug
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>  Components: iOS
>Reporter: Shazron Abdullah
>Priority: Minor
>  Labels: easyfix, iOS
>
> Some deprecated items in there.
> Run the workspace in ./tests



--
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