[GitHub] cordova-plugin-test-framework pull request: CB-8973: Changed the f...

2015-05-06 Thread robpaveza
GitHub user robpaveza opened a pull request: https://github.com/apache/cordova-plugin-test-framework/pull/12 CB-8973: Changed the functionality of making the log appear and disappear When the log appears, it appears over the content area, which means (for example) on the Manual

[GitHub] cordova-medic pull request: CB-8870 Medic test failure display and...

2015-05-02 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-medic/pull/51 --- 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

[GitHub] cordova-medic pull request: CB-8870 Medic test failure display and...

2015-05-01 Thread dblotsky
GitHub user dblotsky opened a pull request: https://github.com/apache/cordova-medic/pull/51 CB-8870 Medic test failure display and some fixes Fixing windows debug script path. Making builds store the master's hostname. Adding test number display to build steps. Adding --path

Medic Test Matrix

2015-04-17 Thread Dmitry Blotsky
Hi list, What are the changes what we would like made to the test/build matrix on Medic? Crosswalk is one that’s come up. Ant/Gradle and device/emulator are others. Once we get a good overview of the scenarios we want for testing, we can split up the builds accordingly. Kindly, Dmitry

[GitHub] cordova-mobile-spec pull request: CB-8727 Fix failing WebSQL test ...

2015-03-21 Thread ktop
GitHub user ktop opened a pull request: https://github.com/apache/cordova-mobile-spec/pull/124 CB-8727 Fix failing WebSQL test on Android 5.1 - scrollByLines is an unknown function in Android 5.1 - removed because it causes the exception and does not affect the test itself You

[GitHub] cordova-plugin-whitelist pull request: Test PR for github / JIRA i...

2015-03-13 Thread agrieve
GitHub user agrieve opened a pull request: https://github.com/apache/cordova-plugin-whitelist/pull/2 Test PR for github / JIRA integration You can merge this pull request into a Git repository by running: $ git pull https://github.com/agrieve/cordova-plugin-whitelist patch-1

[GitHub] cordova-plugin-whitelist pull request: Test PR for github / JIRA i...

2015-03-13 Thread agrieve
Github user agrieve commented on the pull request: https://github.com/apache/cordova-plugin-whitelist/pull/2#issuecomment-79145875 Test CB-4789 --- 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

[GitHub] cordova-plugin-whitelist pull request: Test PR for github / JIRA i...

2015-03-13 Thread agrieve
Github user agrieve closed the pull request at: https://github.com/apache/cordova-plugin-whitelist/pull/2 --- 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

[GitHub] cordova-plugin-test-framework pull request: CB-8528 Update test fr...

2015-03-04 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-plugin-test-framework/pull/11 --- 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

[GitHub] cordova-plugin-test-framework pull request: CB-8385 Ensure plugin-...

2015-03-03 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-plugin-test-framework/pull/10 --- 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

Re: Android JUnit Refactor Deletes Test for CVE

2015-02-11 Thread Andrew Grieve
Ah, just saw this after responding to the other thread. It was an accident. On Wed, Feb 11, 2015 at 4:48 PM, Joe Bowser bows...@gmail.com wrote: Responding via private list because this is about a security issue. Andrew, your refactor deleted a very important JUnit test

[GitHub] cordova-plugin-test-framework pull request: CB-8385 Ensure plugin-...

2015-02-04 Thread nikhilkh
Github user nikhilkh commented on the pull request: https://github.com/apache/cordova-plugin-test-framework/pull/10#issuecomment-72810379 LGTM. --- 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

[GitHub] cordova-plugin-test-framework pull request: CB-8385 Ensure plugin-...

2015-02-04 Thread sgrebnov
Github user sgrebnov commented on the pull request: https://github.com/apache/cordova-plugin-test-framework/pull/10#issuecomment-72810268 @nikhilkh, addressed CR notes --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well

[GitHub] cordova-plugin-test-framework pull request: CB-8385 Ensure plugin-...

2015-02-04 Thread sgrebnov
Github user sgrebnov commented on a diff in the pull request: https://github.com/apache/cordova-plugin-test-framework/pull/10#discussion_r24069058 --- Diff: www/medic.js --- @@ -35,30 +35,27 @@ exports.log = function() { }; exports.load = function (callback

[GitHub] cordova-plugin-test-framework pull request: CB-8385 Ensure plugin-...

2015-02-03 Thread nikhilkh
Github user nikhilkh commented on a diff in the pull request: https://github.com/apache/cordova-plugin-test-framework/pull/10#discussion_r24058292 --- Diff: www/medic.js --- @@ -35,30 +35,27 @@ exports.log = function() { }; exports.load = function (callback

[GitHub] cordova-plugin-test-framework pull request: CB-8385 Ensure plugin-...

2015-02-02 Thread sgrebnov
GitHub user sgrebnov opened a pull request: https://github.com/apache/cordova-plugin-test-framework/pull/10 CB-8385 Ensure plugin-test-framework trigger tests only once https://issues.apache.org/jira/browse/CB-8385 Simplified medic config loading logic by making it synch

[GitHub] cordova-plugin-test-framework pull request: CB-8388 Prevent Window...

2015-01-30 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-plugin-test-framework/pull/9 --- 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

Cordova android native test

2015-01-30 Thread Martin Gonzalez
breaks: CB-7371 To avoid future regressions, Joe suggest to create a native test that would recreate the conditions to verify that the issue is not present. Here's the deal, the current Cordova Native test suite, with the app itself, I can't recreate it, MainTestActivity class doesn't get affect

[GitHub] cordova-plugin-test-framework pull request: CB-8388 Prevent Window...

2015-01-30 Thread nikhilkh
GitHub user nikhilkh opened a pull request: https://github.com/apache/cordova-plugin-test-framework/pull/9 CB-8388 Prevent Windows app from crashing on test failure You can merge this pull request into a Git repository by running: $ git pull https://github.com/MSOpenTech

[GitHub] cordova-android pull request: Make JUnit tests to test pluggable w...

2015-01-30 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-android/pull/140 --- 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

[GitHub] cordova-lib pull request: Creating PR to test against travis / app...

2015-01-29 Thread agrieve
Github user agrieve closed the pull request at: https://github.com/apache/cordova-lib/pull/152 --- 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

[GitHub] cordova-android pull request: Make JUnit tests to test pluggable w...

2015-01-16 Thread fujunwei
Github user fujunwei commented on the pull request: https://github.com/apache/cordova-android/pull/140#issuecomment-70243782 ping @clelland PTAL, Thanks. --- 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

[GitHub] cordova-plugin-test-framework pull request: CB-7459 Add header to ...

2015-01-14 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-plugin-test-framework/pull/6 --- 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

[GitHub] cordova-plugin-test-framework pull request: CB-8295 Enable CSP for...

2015-01-14 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-plugin-test-framework/pull/8 --- 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

[GitHub] cordova-plugin-test-framework pull request: CB-7459 Add header to ...

2015-01-14 Thread mmocny
Github user mmocny commented on a diff in the pull request: https://github.com/apache/cordova-plugin-test-framework/pull/6#discussion_r22968802 --- Diff: www/main.js --- @@ -215,6 +237,12 @@ function createEnablerList() { enablerList.appendChild(checkButtonBar

[GitHub] cordova-plugin-test-framework pull request: CB-7459 Add header to ...

2015-01-14 Thread mmocny
Github user mmocny commented on a diff in the pull request: https://github.com/apache/cordova-plugin-test-framework/pull/6#discussion_r22968690 --- Diff: www/main.js --- @@ -225,6 +253,43 @@ function createEnablerList

[GitHub] cordova-plugin-test-framework pull request: CB-8295 Enable CSP for...

2015-01-14 Thread jpchase
GitHub user jpchase opened a pull request: https://github.com/apache/cordova-plugin-test-framework/pull/8 CB-8295 Enable CSP for mobile spec - Uses a javascript include file (provided by mobile spec app) to document.write a CSP tag on page - If hosted outside of mobile spec

[GitHub] cordova-js pull request: CB-8302 Added `npm test` script

2015-01-14 Thread alsorokin
GitHub user alsorokin opened a pull request: https://github.com/apache/cordova-js/pull/101 CB-8302 Added `npm test` script JIRA item: https://issues.apache.org/jira/browse/CB-8302 You can merge this pull request into a Git repository by running: $ git pull https://github.com

RE: How to test the cordova-android 4.0 by mobile spec

2015-01-11 Thread Fu, Junwei
Thank you very much, I will follow this issue by CB-8280. Another things about JUnit tests, I pulled cordova-android 4.0 branch, and running Unit test in /test directory, but there are compiled error as below, and I want reuse the Unit tests to test Crosswalk pluggable webView, so I request

[GitHub] cordova-android pull request: Make JUnit tests to test pluggable w...

2015-01-08 Thread fujunwei
Github user fujunwei commented on the pull request: https://github.com/apache/cordova-android/pull/140#issuecomment-69277448 ping @clelland Could you please help me review this PR? Thanks. --- If your project is set up for it, you can reply to this email and have your reply appear on

Re: How to test the cordova-android 4.0 by mobile spec

2015-01-08 Thread Andrew Grieve
are relatively minor, but can become huge w.r.t. docs and test coverage. On Thu Jan 08 2015 at 8:52:53 AM Michal Mocny mmo...@chromium.org wrote: It should be, but given that its on a branch (fewer passing eyeballs), the pace of changes on 4.0.x, and that the failing test in question is a manual

Re: How to test the cordova-android 4.0 by mobile spec

2015-01-08 Thread Joe Bowser
That said, the tests failing should be filed as an issue. I think this is related to Andrew's recent refactor of the Splashscreen, removing it from the core platform. These changes are relatively minor, but can become huge w.r.t. docs and test coverage. On Thu Jan 08 2015 at 8:52:53 AM Michal

Re: How to test the cordova-android 4.0 by mobile spec

2015-01-08 Thread Andrew Grieve
be filed as an issue. I think this is related to Andrew's recent refactor of the Splashscreen, removing it from the core platform. These changes are relatively minor, but can become huge w.r.t. docs and test coverage. On Thu Jan 08 2015 at 8:52:53 AM Michal Mocny mmo...@chromium.org wrote

RE: How to test the cordova-android 4.0 by mobile spec

2015-01-07 Thread Fu, Junwei
] On Behalf Of Andrew Grieve Sent: Thursday, January 08, 2015 2:00 AM To: Andrew Grieve Cc: dev Subject: Re: How to test the cordova-android 4.0 by mobile spec Went to try this out and decided it's a bad idea. Much better is to just fix createmobilespec.js to use the proper platform versions when

Re: How to test the cordova-android 4.0 by mobile spec

2015-01-07 Thread Andrew Grieve
, January 07, 2015 10:54 AM To: dev@cordova.apache.org Subject: Re: How to test the cordova-android 4.0 by mobile spec So, it's not using the cordova that's installed locally via npm? I'll have to check that again. On Tue Jan 06 2015 at 6:33:14 PM Andrew Grieve agri...@chromium.org wrote: I've

Re: How to test the cordova-android 4.0 by mobile spec

2015-01-07 Thread Andrew Grieve
] Sent: Wednesday, January 07, 2015 10:54 AM To: dev@cordova.apache.org Subject: Re: How to test the cordova-android 4.0 by mobile spec So, it's not using the cordova that's installed locally via npm? I'll have to check that again. On Tue Jan 06 2015 at 6:33:14 PM Andrew Grieve agri

How to test the cordova-android 4.0 by mobile spec

2015-01-06 Thread Fu, Junwei
Hi, Because There are no cordova-mobile-spec 4.0 branch, so I used cordova-mobile-spec master branch to test cordova-android 4.0, but the key event test cases failed. And the splash screen test cases failed with cordova-mobile-spec 3.6 branch, I don't know how to test the cordova-android 4.0

Re: How to test the cordova-android 4.0 by mobile spec

2015-01-06 Thread Andrew Grieve
of the key event test failing. On Tue, Jan 6, 2015 at 3:47 AM, Fu, Junwei junwei...@intel.com wrote: Hi, Because There are no cordova-mobile-spec 4.0 branch, so I used cordova-mobile-spec master branch to test cordova-android 4.0, but the key event test cases failed. And the splash screen

Re: How to test the cordova-android 4.0 by mobile spec

2015-01-06 Thread Joe Bowser
be the cause of the key event test failing. On Tue, Jan 6, 2015 at 3:47 AM, Fu, Junwei junwei...@intel.com wrote: Hi, Because There are no cordova-mobile-spec 4.0 branch, so I used cordova-mobile-spec master branch to test cordova-android 4.0, but the key event test cases failed

Re: How to test the cordova-android 4.0 by mobile spec

2015-01-06 Thread Joe Bowser
or in the tests). Just fixed last night that the JS on 4.0.x was not properly registering with the CoreAndroid plugin due to it being renamed, so that could be the cause of the key event test failing. On Tue, Jan 6, 2015 at 3:47 AM, Fu, Junwei junwei...@intel.com wrote: Hi

Re: How to test the cordova-android 4.0 by mobile spec

2015-01-06 Thread Andrew Grieve
event test failing. On Tue, Jan 6, 2015 at 3:47 AM, Fu, Junwei junwei...@intel.com wrote: Hi, Because There are no cordova-mobile-spec 4.0 branch, so I used cordova-mobile-spec master branch to test cordova-android 4.0, but the key event test cases failed. And the splash screen

RE: How to test the cordova-android 4.0 by mobile spec

2015-01-06 Thread Fu, Junwei
I update the latest cordova-android 4.0.x, cordova-mobile-spec and cordova-js, the key event test cases still failed, and the cordova version is still MSTEST, not 4.0. -Original Message- From: agri...@google.com [mailto:agri...@google.com] On Behalf Of Andrew Grieve Sent: Wednesday

RE: How to test the cordova-android 4.0 by mobile spec

2015-01-06 Thread Fu, Junwei
Yes, I set up mobilespec following https://github.com/apache/cordova-mobile-spec . -Original Message- From: Joe Bowser [mailto:bows...@gmail.com] Sent: Wednesday, January 07, 2015 10:54 AM To: dev@cordova.apache.org Subject: Re: How to test the cordova-android 4.0 by mobile spec So

[GitHub] cordova-cli pull request: CB-8129 Add test coverage report generat...

2014-12-23 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-cli/pull/198 --- 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

[GitHub] cordova-lib pull request: CB-7863 Fixed broken test run on Windows...

2014-12-23 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-lib/pull/112 --- 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

[GitHub] cordova-lib pull request: CB-7863 Fixed broken test run on Windows...

2014-12-23 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-lib/pull/132 --- 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

[GitHub] cordova-lib pull request: CB-8129 Add test coverage report generat...

2014-12-23 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-lib/pull/131 --- 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

[GitHub] cordova-js pull request: CB-8129 Add test coverage report generati...

2014-12-23 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-js/pull/95 --- 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

[GitHub] cordova-lib pull request: CB-7863 Fixed broken test run on Windows...

2014-12-17 Thread alsorokin
GitHub user alsorokin opened a pull request: https://github.com/apache/cordova-lib/pull/132 CB-7863 Fixed broken test run on Windows 8.1 Alternative fix for https://issues.apache.org/jira/browse/CB-7863 Seems the cause of fatal error under Windows was in synchronous calls

[GitHub] cordova-android pull request: Make JUnit tests to test pluggable w...

2014-12-17 Thread fujunwei
Github user fujunwei commented on the pull request: https://github.com/apache/cordova-android/pull/140#issuecomment-67446387 Could someone help me to review this PR? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If

[GitHub] cordova-android pull request: Make JUnit tests to test pluggable w...

2014-12-16 Thread fujunwei
GitHub user fujunwei opened a pull request: https://github.com/apache/cordova-android/pull/140 Make JUnit tests to test pluggable webview The JUnit tests can only test Android webView now, the XWalk is a pluggable webView, we want to reuse the tests to test the pluggable webView

[GitHub] cordova-android pull request: Make JUnit tests to test pluggable w...

2014-12-16 Thread huningxin
Github user huningxin commented on a diff in the pull request: https://github.com/apache/cordova-android/pull/140#discussion_r21949451 --- Diff: test/src/org/apache/cordova/test/SabotagedActivity.java --- @@ -33,10 +34,9 @@ Licensed to the Apache Software Foundation (ASF) under

[GitHub] cordova-android pull request: Make JUnit tests to test pluggable w...

2014-12-16 Thread huningxin
Github user huningxin commented on a diff in the pull request: https://github.com/apache/cordova-android/pull/140#discussion_r21949465 --- Diff: test/src/org/apache/cordova/test/backgroundcolor.java --- @@ -33,5 +33,4 @@ public void onCreate(Bundle savedInstanceState

[GitHub] cordova-android pull request: Make JUnit tests to test pluggable w...

2014-12-16 Thread huningxin
Github user huningxin commented on a diff in the pull request: https://github.com/apache/cordova-android/pull/140#discussion_r21949468 --- Diff: test/src/org/apache/cordova/test/errorurl.java --- @@ -22,12 +22,14 @@ Licensed to the Apache Software Foundation (ASF) under one

[GitHub] cordova-android pull request: Make JUnit tests to test pluggable w...

2014-12-16 Thread huningxin
Github user huningxin commented on a diff in the pull request: https://github.com/apache/cordova-android/pull/140#discussion_r21949530 --- Diff: test/src/org/apache/cordova/test/splashscreen.java --- @@ -30,6 +32,8 @@ public void onCreate(Bundle savedInstanceState

[GitHub] cordova-lib pull request: CB-8129 Add test coverage report generat...

2014-12-15 Thread vladimir-kotikov
GitHub user vladimir-kotikov opened a pull request: https://github.com/apache/cordova-lib/pull/131 CB-8129 Add test coverage report generation to core cordova tools This implements [CB-8129](https://issues.apache.org/jira/browse/CB-8129) and adds `npm run cover` command

[GitHub] cordova-cli pull request: CB-8129 Add test coverage report generat...

2014-12-15 Thread vladimir-kotikov
GitHub user vladimir-kotikov opened a pull request: https://github.com/apache/cordova-cli/pull/198 CB-8129 Add test coverage report generation to core cordova tools This implements [CB-8129](https://issues.apache.org/jira/browse/CB-8129) and adds `npm run cover` command

[GitHub] cordova-lib pull request: CB-8129 Add test coverage report generat...

2014-12-15 Thread kamrik
Github user kamrik commented on the pull request: https://github.com/apache/cordova-lib/pull/131#issuecomment-67004121 This seems to break the tests on Windows. Not sure why. But the ios parser spec fails on a bunch of mismatches between back and forward slashes in file paths. ---

[GitHub] cordova-lib pull request: CB-8129 Add test coverage report generat...

2014-12-15 Thread vladimir-kotikov
Github user vladimir-kotikov commented on the pull request: https://github.com/apache/cordova-lib/pull/131#issuecomment-67006185 Just tried to run `npm run jasmine` on latest master and got same errors. It seems that tests are broken. --- If your project is set up for it, you can

[GitHub] cordova-plugin-test-framework pull request: CB-8070 MedicReporter ...

2014-12-02 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-plugin-test-framework/pull/7 --- 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

[GitHub] cordova-plugin-test-framework pull request: CB-8070 MedicReporter ...

2014-11-25 Thread MariaBukharina
GitHub user MariaBukharina opened a pull request: https://github.com/apache/cordova-plugin-test-framework/pull/7 CB-8070 MedicReporter incompatible with medic couch db structure. https://issues.apache.org/jira/browse/CB-8070 You can merge this pull request into a Git repository

[GitHub] cordova-plugin-dialogs pull request: CB-8029 test 1-based indexing...

2014-11-18 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-plugin-dialogs/pull/41 --- 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

[GitHub] cordova-plugin-dialogs pull request: CB-8029 test 1-based indexing...

2014-11-17 Thread stacic
GitHub user stacic opened a pull request: https://github.com/apache/cordova-plugin-dialogs/pull/41 CB-8029 test 1-based indexing for confirm Added to the expected results -- remember to check 1-based indexing in the confirm manual tests. You can merge this pull request

mobilespec 3.6.3 contact test case failing and JIRA raised

2014-11-03 Thread Joshi, Pavankumar
Hello Devs, Please can you look at the below mail. I am constantly getting contact.save()(already existing contact) method test failure. If I apply the patch as mentioned in JIRA https://issues.apache.org/jira/browse/CB-5308 pickContacts API fails. But without the patch conact.save()(already

[GitHub] cordova-lib pull request: CB-7863 Fixed broken test run on Windows...

2014-10-30 Thread kant2002
://issues.apache.org/jira/browse/CB-7721, but looks like we have two separate issue here. 1. shelljs bug (?) which prevent me from even running test suite. 2. Issue with tests on Windows 8.1 x64 where tests reported as failed. For item 2 I probably have to create separate issue in JIRA

[GitHub] cordova-lib pull request: CB-7863 Fixed broken test run on Windows...

2014-10-30 Thread kant2002
Github user kant2002 commented on the pull request: https://github.com/apache/cordova-lib/pull/112#issuecomment-61050070 just want to clarify - without that patch, running `npm test` crashed and report error. With that fix I have `npm test` running and it is produced similar results

[GitHub] cordova-lib pull request: CB-7863 Fixed broken test run on Windows...

2014-10-29 Thread purplecabbage
Github user purplecabbage commented on the pull request: https://github.com/apache/cordova-lib/pull/112#issuecomment-61009185 Unfortunately, it looks like appveyor is reporting that tests are failing ... --- If your project is set up for it, you can reply to this email and have your

FW: mobilespec 3.6.3 contact test case failing and JIRA raised

2014-10-26 Thread Joshi, Pavankumar
@cordova.apache.org Subject: mobilespec 3.6.3 contact test case failing and JIRA raised Hello devs, Currently I am testing mobilespec 3.6.3 on Android 4.4.3 device and found that a test casecontacts.spec.21 fails. When I looked into the issue there was a JIRA https://issues.apache.org/jira/browse/CB-5308 raised

[GitHub] cordova-lib pull request: CB-7863 Fixed broken test run on Windows...

2014-10-24 Thread kant2002
GitHub user kant2002 opened a pull request: https://github.com/apache/cordova-lib/pull/112 CB-7863 Fixed broken test run on Windows 8.1 Replace shelljs.rm with calls to fs-extra.removeSync You can merge this pull request into a Git repository by running: $ git pull https

FW: mobilespec 3.6.3 contact test case failing and JIRA raised

2014-10-21 Thread Joshi, Pavankumar
Hello devs, Can you kindly look into the issue. I applied the patch mentioned in the JIRA, but when I wrote a test case in Android for pickContact method the test case crashed. Hence I believe it is better that you suggest a solution for fixing the failing contacts.spec.21 test case. Currently

Test Devices and Coverage

2014-10-16 Thread Fowler, Angela
Hi Devs, A few JIRAs have been raised for test cases e.g. https://issues.apache.org/jira/browse/CB-7797 Expected 'LocalState\num 1\num 2/' to contain '/num%201/num%202/'. Can anyone confirm which devices the core and plugin tests were run on? The blog at https://gist.github.com

Re: Whitelist Test case failing in Mobilespec 3.6.3

2014-10-15 Thread Edna Y Morales
I submitted a pull request to fix this test case, but it has not been merged in yet. Although now it has merge conflicts that I need to resolve before it can get pulled in. https://github.com/apache/cordova-mobile-spec/pull/107 Thanks, Edna Morales From: Joshi, Pavankumar jos

Re: Whitelist Test case failing in Mobilespec 3.6.3

2014-10-15 Thread Edna Y Morales
Actually it looks like it was already fixed on master. But the issue was with the test case itself. Thanks, Edna Morales From: Edna Y Morales/Durham/IBM@IBMUS To: dev@cordova.apache.org Date: 10/15/2014 09:13 AM Subject:Re: Whitelist Test case failing in Mobilespec 3.6.3 I

mobilespec 3.6.3 contact test case failing and JIRA raised

2014-10-15 Thread Joshi, Pavankumar
Hello devs, Currently I am testing mobilespec 3.6.3 on Android 4.4.3 device and found that a test casecontacts.spec.21 fails. When I looked into the issue there was a JIRA https://issues.apache.org/jira/browse/CB-5308 raised for the similar issue. When I incorporated the changes suggested

Whitelist Test case failing in Mobilespec 3.6.3

2014-10-14 Thread Joshi, Pavankumar
Hello devs, I am currently testing mobilespec 3.6.3 and I found a test case failing in whitelist. The test case is written like itShouldMatch('file:///foo.html', [ ]); As I understand that a new whitelist URL file:///foo.htmlfile:///\\foo.html is added and then tested for the pattern

[GitHub] cordova-ios pull request: CB-7493 Adds test-build command to packa...

2014-10-09 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-ios/pull/103 --- 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

[GitHub] cordova-mobile-spec pull request: [CB-2412] Adding manual test for...

2014-10-08 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-mobile-spec/pull/16 --- 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

[GitHub] cordova-mobile-spec pull request: [CB-1933] Added a test for confi...

2014-10-08 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-mobile-spec/pull/6 --- 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

[GitHub] cordova-plugin-test-framework pull request: CB-7459 Add header to ...

2014-09-22 Thread jpchase
GitHub user jpchase opened a pull request: https://github.com/apache/cordova-plugin-test-framework/pull/6 CB-7459 Add header to show number of enabled plugin tests It is not obvious if all/how many plugin tests are being run, given that: - Individual plugin tests can be enabled

[GitHub] cordova-android pull request: CB-7493 Adds test-build command to p...

2014-09-17 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-android/pull/119 --- 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

[GitHub] cordova-ios pull request: CB-7493 Adds test-build command to packa...

2014-09-10 Thread vladimir-kotikov
GitHub user vladimir-kotikov opened a pull request: https://github.com/apache/cordova-ios/pull/103 CB-7493 Adds test-build command to package.json Fix for https://issues.apache.org/jira/browse/CB-7493 \+ bonus - travis configuration file. Succesful build log: https

[GitHub] cordova-plugin-test-framework pull request: CB-7459 Allow automati...

2014-09-10 Thread clambertus
Github user clambertus commented on the pull request: https://github.com/apache/cordova-plugin-test-framework/pull/4#issuecomment-55138873 test jira integration comment --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well

[GitHub] cordova-plugin-test-framework pull request: CB-7459 Allow automati...

2014-09-10 Thread martincgg
Github user martincgg commented on the pull request: https://github.com/apache/cordova-plugin-test-framework/pull/4#issuecomment-55140469 Wow this is good, Thanks Jason. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well

[GitHub] cordova-plugin-test-framework pull request: Updated test-framework...

2014-09-10 Thread stacic
GitHub user stacic opened a pull request: https://github.com/apache/cordova-plugin-test-framework/pull/5 Updated test-framework docs Updated information about tests being stored as nested plugins, and changed 'test' directory to 'tests'. You can merge this pull request into a Git

[GitHub] cordova-plugin-test-framework pull request: Updated test-framework...

2014-09-10 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-plugin-test-framework/pull/5 --- 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

[GitHub] cordova-android pull request: CB-7493 Adds test-build command to p...

2014-09-09 Thread vladimir-kotikov
GitHub user vladimir-kotikov opened a pull request: https://github.com/apache/cordova-android/pull/119 CB-7493 Adds test-build command to package.json Fix for https://issues.apache.org/jira/browse/CB-7493 \+ bonus - travis configuration file. Succesful build log: https

File test failures (was: Re: [Testing] No content to speak of)

2014-08-27 Thread Ian Clelland
Martin, can you post the spec test output somewhere? (Or anyone who can replicate this on a windows phone device -- I don't have a test environment set up for that yet, but I'm slowly working at it) I've checked the code again from my side, and I can't see where or how it's failing, so

Re: File test failures (was: Re: [Testing] No content to speak of)

2014-08-27 Thread Martin Gonzalez
Sure thing, give me a couple of minutes. 2014-08-27 9:55 GMT-05:00 Ian Clelland iclell...@chromium.org: Martin, can you post the spec test output somewhere? (Or anyone who can replicate this on a windows phone device -- I don't have a test environment set up for that yet, but I'm slowly

Re: File test failures (was: Re: [Testing] No content to speak of)

2014-08-27 Thread Martin Gonzalez
: Sure thing, give me a couple of minutes. 2014-08-27 9:55 GMT-05:00 Ian Clelland iclell...@chromium.org: Martin, can you post the spec test output somewhere? (Or anyone who can replicate this on a windows phone device -- I don't have a test environment set up for that yet, but I'm slowly

[GitHub] cordova-blackberry pull request: CB-7250 test/cordova/integration/...

2014-08-21 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-blackberry/pull/174 --- 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

[GitHub] cordova-blackberry pull request: CB-7250 test/cordova/integration/...

2014-08-15 Thread jsoref
GitHub user jsoref opened a pull request: https://github.com/apache/cordova-blackberry/pull/174 CB-7250 test/cordova/integration/target use private home This prevents the test from destroying blackberry10.json You can merge this pull request into a Git repository by running

[GitHub] cordova-blackberry pull request: CB-7250 test/cordova/integration/...

2014-08-15 Thread jsoref
Github user jsoref commented on the pull request: https://github.com/apache/cordova-blackberry/pull/174#issuecomment-52322030 r? @bryanhiggins --- 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

[GitHub] cordova-plugin-contacts pull request: Add missing test, skip some ...

2014-08-15 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-plugin-contacts/pull/41 --- 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

[GitHub] cordova-plugin-contacts pull request: Add missing test, skip some ...

2014-08-15 Thread mmocny
Github user mmocny commented on the pull request: https://github.com/apache/cordova-plugin-contacts/pull/41#issuecomment-52351394 Looks good, but I didn't test on windows. Additionally, we should write define/it helpers that accept a list of platforms to include/exclude so

[GitHub] cordova-plugin-contacts pull request: Add missing test, skip some ...

2014-08-14 Thread stacic
GitHub user stacic opened a pull request: https://github.com/apache/cordova-plugin-contacts/pull/41 Add missing test, skip some specs on wp Added in a few things that were added to mobile-spec after tests were initially ported: -new find method spec -specs which

[GitHub] cordova-mobile-spec pull request: CB-6466 Created mobile-spec test

2014-08-12 Thread stacic
Github user stacic closed the pull request at: https://github.com/apache/cordova-mobile-spec/pull/58 --- 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

[GitHub] cordova-mobile-spec pull request: CB-6466 Created mobile-spec test

2014-08-12 Thread stacic
Github user stacic commented on the pull request: https://github.com/apache/cordova-mobile-spec/pull/58#issuecomment-51940760 Yep, this needs to get added to plugin tests instead. I'll close this one and add a new PR to file-transfer. --- If your project is set up for it, you can

[GitHub] cordova-mobile-spec pull request: Fix CB-7115: Add manual test for...

2014-08-12 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-mobile-spec/pull/80 --- 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

[GitHub] cordova-plugin-contacts pull request: CB-7148 Ported contacts test...

2014-08-07 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-plugin-contacts/pull/33 --- 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

[GitHub] cordova-plugin-globalization pull request: Port globalization test...

2014-08-07 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-plugin-globalization/pull/16 --- 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

<    1   2   3   4   5   6   7   8   >