GitHub user martincgg opened a pull request:
https://github.com/apache/cordova-mobile-spec/pull/79
CB-7013 (WP8) use proper string to compare
if the platform is windows phone, it will use a proper string to compare
(//nativ) instead of the default 'file://' that it won't match with the
platform.
This solves the problem for file.spec.114 and file.spec.115.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/martincgg/cordova-mobile-spec CB-7013
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/cordova-mobile-spec/pull/79.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 #79
----
commit 34072f2d2f4b98f1e84973dbe387d0788d524ae9
Author: Martin Gonzalez <[email protected]>
Date: 2014-06-24T10:17:33Z
CB-7013 (WP8) use proper string to compare
if the platform is windows phone, it will use a proper string to compare
(//nativ) instead of the default 'file://' that it won't match with the
platform.
This solves the problem for file.spec.114 and file.spec.115.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---