Hmm out of 25 Filetransfer automatic tests, I'm getting 5 failed now (when it all passed before). I think it's the server, although I checked, there was no new upload since the last time
log attached On Mon, Apr 1, 2013 at 1:57 PM, Shazron <shaz...@gmail.com> wrote: > Was it failing when you tested on 2.6.0rc1? Just want to rule out if > something new was intro'ed in the interim. iOS passed during rc1, I'll > re-test now > > > On Mon, Apr 1, 2013 at 1:52 PM, Joe Bowser <bows...@gmail.com> wrote: > >> On mobile-spec, I'm getting 16 of the 27 file specs failing. For some >> reason I can't seem to get any FileTransfer Download to work or >> FileTransfer upload. This probably should have been caught on medic, >> I'll check there as well. >> >> On Mon, Apr 1, 2013 at 1:41 PM, Shazron <shaz...@gmail.com> wrote: >> > What is the failure log? >> > >> > >> > On Mon, Apr 1, 2013 at 1:38 PM, Joe Bowser <bows...@gmail.com> wrote: >> > >> >> Hey >> >> >> >> I'm just going through the motions for the 2.6.0 release, and I'm >> >> finding that FileTransfer is failing mobile spec. Was there work done >> >> here recently that wasn't tested? It seems that it's FileTransfer's >> >> download method that's failing. Is this happening on any of the other >> >> platforms? >> >> >> >> Joe >> >> >> > >
FileTransfer upload method should be able to upload a file. Expected false to be true, 'uploadFail should not have been called. Got args: {"0":{"code":3,"source":"/var/mobile/Applications/D3E3564E-FFF4-4D18-8913-3504CB98030E/Documents/upload.txt","target":"http://cordova-filetransfer.jitsu.com/upload","http_status":null,"body":null}} Ensure http://cordova-filetransfer.jitsu.com/upload is in the white list'. Expected null not to be null 'expected progress events'. FileTransfer upload method should be able to upload a file with http basic auth. Expected false to be true, 'uploadFail should not have been called. Got args: {"0":{"code":3,"source":"/var/mobile/Applications/D3E3564E-FFF4-4D18-8913-3504CB98030E/Documents/upload.txt","target":"http://cordova_user:cordova_passw...@cordova-filetransfer.jitsu.com/upload_basic_auth","http_status":null,"body":null}} Ensure http://cordova_user:cordova_passw...@cordova-filetransfer.jitsu.com/upload_basic_auth is in the white list'. Expected null not to be null 'expected progress events'. FileTransfer upload method should get http status on basic auth failure. Expected null to be 401. FileTransfer upload method should get http status on failure. Expected null to be 403. FileTransfer upload method should be able to set custom headers. Expected false to be true, 'uploadFail should not have been called. Got args: {"0":{"code":3,"source":"/var/mobile/Applications/D3E3564E-FFF4-4D18-8913-3504CB98030E/Documents/upload.txt","target":"http://whatheaders.com","http_status":null,"body":null}} Ensure http://whatheaders.com is in the white list and that Content-Length header is being set.'.