[
https://issues.apache.org/jira/browse/CB-7056?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14050337#comment-14050337
]
ASF GitHub Bot commented on CB-7056:
------------------------------------
GitHub user jsoref opened a pull request:
https://github.com/apache/cordova-lib/pull/50
CB-7056 serve: fix Android test, make tests conditional
Fix **Android** merges codepath, as it turns out that merges
doesn't need the platform specific hack.
Adding **BlackBerry 10** test.
**Android**, **iOS** and **BlackBerry 10** require specific scripts
to be available, otherwise they fail.
Introduce `itifapps` and `cit` (conditional `it`) based on **Jasmine**'s:
* `xit` -- ignore test
* `iit` -- run these tests, but skip it tests
* `it` -- run these tests, unless there are iit tests
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jsoref/cordova-lib cb_7056
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/cordova-lib/pull/50.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 #50
----
commit fe873fd12b87ebc52866bb1f494ffdaa31a278b7
Author: Josh Soref <[email protected]>
Date: 2014-07-02T16:54:10Z
CB-7056 serve: fix Android test, make tests conditional
Fix **Android** merges codepath, as it turns out that merges
doesn't need the platform specific hack.
Adding **BlackBerry 10** test.
**Android**, **iOS** and **BlackBerry 10** require specific scripts
to be available, otherwise they fail.
Introduce `itifapps` and `cit` (conditional `it`) based on **Jasmine**'s:
* `xit` -- ignore test
* `iit` -- run these tests, but skip it tests
* `it` -- run these tests, unless there are iit tests
----
> serve: return promise of server
> -------------------------------
>
> Key: CB-7056
> URL: https://issues.apache.org/jira/browse/CB-7056
> Project: Apache Cordova
> Issue Type: Bug
> Components: CordovaLib
> Affects Versions: 3.1.0, 3.2.0, 3.3.0, 3.4.0, 3.5.0
> Reporter: Josh Soref
> Assignee: Josh Soref
> Fix For: 3.6.0
>
>
> In `d3b32927`, cordova serve's programmatic api stopped returning the server
> object...
--
This message was sent by Atlassian JIRA
(v6.2#6252)