[
https://issues.apache.org/jira/browse/CB-7269?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14088937#comment-14088937
]
ASF GitHub Bot commented on CB-7269:
------------------------------------
GitHub user vladimir-kotikov opened a pull request:
https://github.com/apache/cordova-mobile-spec/pull/102
CB-7269 Fixes loading cordova.js on windows phone 8.1
Fix for [CB-7269](https://issues.apache.org/jira/browse/CB-7269) + minor
JSHint fixes at lines 76, 79
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/MSOpenTech/cordova-mobile-spec CB-7269
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/cordova-mobile-spec/pull/102.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 #102
----
commit d340273f1f4fb2e9a1dbf5d2e57105c17ad478f2
Author: Vladimir Kotikov <[email protected]>
Date: 2014-07-04T09:52:54Z
CB-7269 Fixes loading cordova.js on windows phone 8.1
----
> Cordova mobilespec app won't start automatic tests on windows phone 8.1
> -----------------------------------------------------------------------
>
> Key: CB-7269
> URL: https://issues.apache.org/jira/browse/CB-7269
> Project: Apache Cordova
> Issue Type: Bug
> Components: mobile-spec
> Reporter: Vladimir Kotikov
> Labels: cordova-windows, mobilespec, windows-phone-81
>
> Origin of this issue is that autotests page uses special logic to detect
> cordova.js loading options, which depends from device/os. Current logic
> detects that we are running on Windows phone 8 and use WP8 specific logic.
> Repro steps:
> 1. Create mobilespec app (via createmobilespec script in mobilespec repo)
> 2. cd to created app
> 3. run it on windows phone (cordova run --phone)
> 4. Navigate to 'Automatic tests' page, then click 'run all tests' button
> Expected:
> Tests are started
> Actual:
> No tests are running, blank page is displayed.
--
This message was sent by Atlassian JIRA
(v6.2#6252)