[jira] [Commented] (CB-2235) FileTransfer spec test failing on iOS5

2013-01-23 Thread Max Woghiren (JIRA)
. FileTransfer spec test failing on iOS5 -- Key: CB-2235 URL: https://issues.apache.org/jira/browse/CB-2235 Project: Apache Cordova Issue Type: Bug Components: iOS Reporter: Andrew

[jira] [Issue Comment Deleted] (CB-2235) FileTransfer spec test failing on iOS5

2013-01-23 Thread Max Woghiren (JIRA)
[ https://issues.apache.org/jira/browse/CB-2235?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Max Woghiren updated CB-2235: - Comment: was deleted (was: Never mind—this breaks it in iOS5. Fixing.) FileTransfer spec test

[jira] [Commented] (CB-2235) FileTransfer spec test failing on iOS5

2013-01-23 Thread Max Woghiren (JIRA)
connection errors. All is good; the fix is pushed; this error is resolved. FileTransfer spec test failing on iOS5 -- Key: CB-2235 URL: https://issues.apache.org/jira/browse/CB-2235 Project: Apache

[jira] [Resolved] (CB-2235) FileTransfer spec test failing on iOS5

2013-01-23 Thread Max Woghiren (JIRA)
[ https://issues.apache.org/jira/browse/CB-2235?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Max Woghiren resolved CB-2235. -- Resolution: Fixed FileTransfer spec test failing on iOS5

[jira] [Commented] (CB-2235) FileTransfer spec test failing on iOS5

2013-01-23 Thread Andrew Grieve (JIRA)
=cordova-ios.git;a=commit;h=db22768362823bf6f84cbaead6c03dd1764f60b2 FileTransfer spec test failing on iOS5 -- Key: CB-2235 URL: https://issues.apache.org/jira/browse/CB-2235 Project: Apache

[jira] [Closed] (CB-2235) FileTransfer spec test failing on iOS5

2013-01-23 Thread Andrew Grieve (JIRA)
[ https://issues.apache.org/jira/browse/CB-2235?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Grieve closed CB-2235. - FileTransfer spec test failing on iOS5 -- Key: CB

[jira] [Commented] (CB-2235) FileTransfer spec test failing on iOS5

2013-01-22 Thread Max Woghiren (JIRA)
to do with the user agent not being set on the download request. Does this mean anything to you? FileTransfer spec test failing on iOS5 -- Key: CB-2235 URL: https://issues.apache.org/jira/browse/CB-2235

[jira] [Created] (CB-2287) Mobile-spec freezes on BlackBerry 10 around test #200

2013-01-22 Thread Filip Maj (JIRA)
Filip Maj created CB-2287: - Summary: Mobile-spec freezes on BlackBerry 10 around test #200 Key: CB-2287 URL: https://issues.apache.org/jira/browse/CB-2287 Project: Apache Cordova Issue Type: Bug

[jira] [Commented] (CB-2287) Mobile-spec freezes on BlackBerry 10 around test #200

2013-01-22 Thread Tim Kim (JIRA)
test of the auto test individually and Media was the one that blacked out and failed. Mobile-spec freezes on BlackBerry 10 around test #200 - Key: CB-2287 URL: https://issues.apache.org/jira

[jira] [Commented] (CB-2287) Mobile-spec freezes on BlackBerry 10 around test #200

2013-01-22 Thread Filip Maj (JIRA)
). Mobile-spec freezes on BlackBerry 10 around test #200 - Key: CB-2287 URL: https://issues.apache.org/jira/browse/CB-2287 Project: Apache Cordova Issue Type: Bug

[jira] [Commented] (CB-2287) Mobile-spec freezes on BlackBerry 10 around test #200

2013-01-22 Thread Tim Kim (JIRA)
(); at the index.html of the mobile spec page. Then went to the auto-test media section and it worked. Maybe the way jasmine is calling the Media object is overloading the internals of bb10? Mobile-spec freezes on BlackBerry 10 around test #200

[jira] [Updated] (CB-2235) FileTransfer spec test failing on iOS5

2013-01-21 Thread Max Woghiren (JIRA)
[ https://issues.apache.org/jira/browse/CB-2235?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Max Woghiren updated CB-2235: - Assignee: Max Woghiren (was: Andrew Grieve) FileTransfer spec test failing on iOS5

[jira] [Comment Edited] (CB-2235) FileTransfer spec test failing on iOS5

2013-01-21 Thread Max Woghiren (JIRA)
see one failing test: download was failing when trying to do so using file://. The test downloads the window's html file, but on the simulator, part of that URL has spaces (Application Support/iPhone Simulator). This causes a failure, since [NSURL urlWithString:] returns nil when the string has

[jira] [Comment Edited] (CB-2235) FileTransfer spec test failing on iOS5

2013-01-21 Thread Max Woghiren (JIRA)
only see one failing test: download was failing when trying to do so using file://. The test downloads the window's html file, but on the simulator, part of that URL has spaces (Application Support/iPhone Simulator). This causes a failure, since [NSURL urlWithString:] returns nil when the string

[jira] [Commented] (CB-2235) FileTransfer spec test failing on iOS5

2013-01-21 Thread Andrew Grieve (JIRA)
*/ access origin=cordova-filetransfer.jitsu.com*/ access origin=whatheaders.com*/ FileTransfer spec test failing on iOS5 -- Key: CB-2235 URL: https://issues.apache.org/jira/browse/CB-2235

[jira] [Resolved] (CB-573) Automate Backbutton jQM tab test

2013-01-21 Thread Joe Bowser (JIRA)
, not us. Automate Backbutton jQM tab test Key: CB-573 URL: https://issues.apache.org/jira/browse/CB-573 Project: Apache Cordova Issue Type: Test Components: Android

[jira] [Comment Edited] (CB-573) Automate Backbutton jQM tab test

2013-01-21 Thread Joe Bowser (JIRA)
their tab bar, not us. Automate Backbutton jQM tab test Key: CB-573 URL: https://issues.apache.org/jira/browse/CB-573 Project: Apache Cordova Issue Type: Test Components: Android

[jira] [Commented] (CB-2216) Create Mobile Spec Test to benchmark ArrayBuffer exec bridge

2013-01-14 Thread Michal Mocny (JIRA)
=cordova-mobile-spec.git;a=commit;h=f9ae3788b8470be2344f298f7732c1e44ad9b34c The test is a manual test linked from the current exec() benchmark page, and uses a modified Echo plugin. It does not yet test all configurations. There seems to be some odd behavior on ios, where if I navigate to the test

Re: [BENCHMARKS] (CB-2216) Create Mobile Spec Test to benchmark ArrayBuffer exec bridge

2013-01-14 Thread Andrew Grieve
] Michal Mocny commented on CB-2216: -- Commit: https://git-wip-us.apache.org/repos/asf?p=cordova-mobile-spec.git;a=commit ;h=f9ae3788b8470be2344f298f7732c1e44ad9b34c The test is a manual test linked from the current exec() benchmark page, and uses

collecting mobile-spec test results and generating reports

2013-01-10 Thread Marcel Kinard
of people using devices in their desk drawer, it is very decentralized. My fear is that there are invisible holes and dups in our testing at the end of a release. Thus we are releasing code for environments we didn't test, but perhaps could have tested. And are we really running both the automatic

Re: collecting mobile-spec test results and generating reports

2013-01-10 Thread Marcel Kinard
+ BlackBerry repos, pairs them with mobile-spec, scans for connected/nearby devices, and deploys the mobile-spec app to those devices. It modifies mobile-spec so that all test results are sent off to a couchdb server. There is a dashboard script you can run that is a little node server that aggregates test

Re: collecting mobile-spec test results and generating reports

2013-01-10 Thread Filip Maj
that builds the latest commits coming into android, iOS + BlackBerry repos, pairs them with mobile-spec, scans for connected/nearby devices, and deploys the mobile-spec app to those devices. It modifies mobile-spec so that all test results are sent off to a couchdb server. There is a dashboard

test of BB on 2.3.0?

2013-01-04 Thread Marcel Kinard
Just curious, did someone run mobile-spec on BB for 2.3.0? Drew wasn't able to get to that task. -- Marcel Kinard

Re: test of BB on 2.3.0?

2013-01-04 Thread Tim Kim
I ran it. I think I forgot to to post to that 2.3.0 thread that I did. On 4 January 2013 07:13, Marcel Kinard cmarc...@gmail.com wrote: Just curious, did someone run mobile-spec on BB for 2.3.0? Drew wasn't able to get to that task. -- Marcel Kinard -- Timothy Kim

[jira] [Resolved] (CB-2058) 2 File API test failures on mobile-spec 2.3.0rc2

2012-12-18 Thread Andrew Grieve (JIRA)
;a=commit;h=2226b097a5249be30da3f98789860296b2326c65 (don't forget to close the pull request :)) 2 File API test failures on mobile-spec 2.3.0rc2 Key: CB-2058 URL: https://issues.apache.org/jira/browse

[jira] [Updated] (CB-2058) 2 File API test failures on mobile-spec 2.3.0rc2

2012-12-14 Thread Shazron Abdullah (JIRA)
[ https://issues.apache.org/jira/browse/CB-2058?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shazron Abdullah updated CB-2058: - Component/s: CordovaJS 2 File API test failures on mobile-spec 2.3.0rc2

[jira] [Commented] (CB-2058) 2 File API test failures on mobile-spec 2.3.0rc2

2012-12-14 Thread Shazron Abdullah (JIRA)
/5hgbnmherwuvwfci 2 File API test failures on mobile-spec 2.3.0rc2 Key: CB-2058 URL: https://issues.apache.org/jira/browse/CB-2058 Project: Apache Cordova Issue Type: Bug

[jira] [Created] (CB-2058) 2 File API test failures on mobile-spec 2.3.0rc2

2012-12-13 Thread Shazron Abdullah (JIRA)
Shazron Abdullah created CB-2058: Summary: 2 File API test failures on mobile-spec 2.3.0rc2 Key: CB-2058 URL: https://issues.apache.org/jira/browse/CB-2058 Project: Apache Cordova Issue Type

[jira] [Created] (CB-2049) Remove test dependency on audio file on external site - for network media tests

2012-12-11 Thread Shazron Abdullah (JIRA)
Shazron Abdullah created CB-2049: Summary: Remove test dependency on audio file on external site - for network media tests Key: CB-2049 URL: https://issues.apache.org/jira/browse/CB-2049 Project

[jira] [Updated] (CB-2049) Remove test dependency on audio file on external site - for network media tests

2012-12-11 Thread Shazron Abdullah (JIRA)
://github.com/apache/cordova-mobile-spec/blob/master/autotest/tests/media.tests.js#L138 2. https://github.com/apache/cordova-mobile-spec/blob/master/autotest/tests/media.tests.js#L158 Use an Apache licensed audio file that is hosted on Cordova's website. Remove test dependency on audio file

RE: Test WP8 template

2012-11-30 Thread Sergey Grebnov (Akvelon)
/sgrebnov/incubator-cordova-js/commit/35d32b75ac6e4901f3309316ea8578faf8fa8869 Thx! Sergei -Original Message- From: Sergey Grebnov (Akvelon) Sent: Friday, November 30, 2012 1:49 AM To: dev@cordova.apache.org Subject: RE: Test WP8 template Confirm 1. VS 2012 express and VS 2012 Ultimate 2

Re: Test WP8 template

2012-11-30 Thread Jesse
) Sent: Friday, November 30, 2012 1:49 AM To: dev@cordova.apache.org Subject: RE: Test WP8 template Confirm 1. VS 2012 express and VS 2012 Ultimate 2. Emulators only (will be able to test on real device tomorrow morning, but manifest file looks great) 3. Cordova is initialized correctly

Test WP8 template

2012-11-29 Thread Jesse
I need some confirmation that this template works for someone other than me. Please import this template into the folder: Documents\Visual Studio 2012\Templates\ProjectTemplates Then attempt to create a new project with it. Build and Run, and report please ... Also, just out of curiousity, how

Re: Test WP8 template

2012-11-29 Thread Shazron
I've got all the tools installed. Where is the test template? On Thu, Nov 29, 2012 at 1:08 PM, Jesse purplecabb...@gmail.com wrote: I need some confirmation that this template works for someone other than me. Please import this template into the folder: Documents\Visual Studio 2012

Re: Test WP8 template

2012-11-29 Thread Jesse
The attachment was dropped ... Here it is in dropbox: https://www.dropbox.com/s/38om77vi4xs1p3w/CordovaWP8AppFull-2.3.0rc1.zip On Thu, Nov 29, 2012 at 1:17 PM, Shazron shaz...@gmail.com wrote: I've got all the tools installed. Where is the test template? On Thu, Nov 29, 2012 at 1:08 PM

RE: Test WP8 template

2012-11-29 Thread Sergey Grebnov (Akvelon)
Confirm 1. VS 2012 express and VS 2012 Ultimate 2. Emulators only (will be able to test on real device tomorrow morning, but manifest file looks great) 3. Cordova is initialized correctly Log:Received Event: deviceready PS. I'll check tomorrow if it correctly handles local files access via

[jira] [Resolved] (CB-1934) Fatal signal 11 (SIGSEGV) at 0x00000024 (code=1) after running test App

2012-11-27 Thread David Suescun (JIRA)
running test App --- Key: CB-1934 URL: https://issues.apache.org/jira/browse/CB-1934 Project: Apache Cordova Issue Type: Bug Components: Android, CordovaJS

[jira] [Resolved] (CB-1803) testHref test fails when running the back button test case

2012-11-15 Thread Joe Bowser (JIRA)
. testHref test fails when running the back button test case -- Key: CB-1803 URL: https://issues.apache.org/jira/browse/CB-1803 Project: Apache Cordova Issue Type: Bug Components

[jira] [Assigned] (CB-573) Automate Backbutton jQM tab test

2012-11-15 Thread Joe Bowser (JIRA)
[ https://issues.apache.org/jira/browse/CB-573?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joe Bowser reassigned CB-573: - Assignee: Joe Bowser (was: Filip Maj) Automate Backbutton jQM tab test

test

2012-11-14 Thread Matthias Wessendorf
... please ignore... -M -- Matthias Wessendorf blog: http://matthiaswessendorf.wordpress.com/ sessions: http://www.slideshare.net/mwessendorf twitter: http://twitter.com/mwessendorf

Updating Release + Test articles on the wiki

2012-11-05 Thread Filip Maj
comes to mind). Same as running the ./cordova/debug and ./cordova/emulate test scripts on Android. [1] http://wiki.apache.org/cordova/CuttingReleases [2] http://wiki.apache.org/cordova/RunningTests

[jira] [Updated] (CB-1803) testHref test fails when running the back button test case

2012-11-01 Thread Joe Bowser (JIRA)
[ https://issues.apache.org/jira/browse/CB-1803?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joe Bowser updated CB-1803: --- Affects Version/s: 2.2.0 Fix Version/s: 2.3.0 testHref test fails when running the back button

<    3   4   5   6   7   8